Skip to content

7.4.0

Compare
Choose a tag to compare
@jaredperreault-okta jaredperreault-okta released this 31 Jul 14:24
· 51 commits to master since this release
31b0f70

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 the postLogoutRedirectUri when .signOut falls back to .closeSession
  • #1412

    • Adds oauth2 introspect method, exposed as authClient.token.introspect
    • Adds optional tokens param to renewTokens

Fixes

  • #1421 Throw error if there is incorrect relatesTo in IDX response

Other

  • #1409 Adds password page to React myaccount sample app
  • #1422 IDX: add customLabel to Input type