7.4.0
jaredperreault-okta
released this
31 Jul 14:24
·
51 commits
to master
since this release
Features
-
#1440 Fixes type of
tokenManager.getSync
-
#1439
.signOut
improvements- Passing
postLogoutRedirectUri: null
to.signOut
now omits the param from/logout
call and will observe the behavior of/logout
state
is now returned as a query param to thepostLogoutRedirectUri
when.signOut
falls back to.closeSession
- Passing
-
- Adds oauth2 introspect method, exposed as
authClient.token.introspect
- Adds optional
tokens
param torenewTokens
- Adds oauth2 introspect method, exposed as
Fixes
- #1421 Throw error if there is incorrect
relatesTo
in IDX response