This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
swiftone
released this
03 Apr 16:48
·
88 commits
to master
since this release
Breaking Changes
- Uses/requires
@okta/okta-auth-js 3.x
- The
pkce
option now defaults totrue
, using the Authorization Code w/PKCE flow- Those using the (previous default) Implicit Flow should pass
pkce: false
to their config - See the @okta/okta-auth-js README regarding PKCE OAuth2 Flow for PKCE requirements
- Which include the Application settings in the Okta Admin Dashboard allowing for PKCE
- Those using the (previous default) Implicit Flow should pass
- The
- The previously deprecated
scope
option is now fully unsupported - The
scopes
option now defaults to['openid', 'email', 'profile']
instead of the previous['openid']
- This default continues to be overridden by any explicit
scopes
passed in the config
- This default continues to be overridden by any explicit