The new version of Okta Sign-In Widget, 1.7.0, is available:
tokenManager manages OAuth 2.0 and OpenID Connect tokens.Learn about these and other improvements in the GitHub repository.
The new version of Okta Auth JS, 1.5.0, is available:
token.refresh method.token.getUserInfo.Learn about these and other improvements in the GitHub repository.
Just as you can in the Apps API, you can perform key store operations in the Identity Providers API:
For more information, see Identity Provider Signing Key Store Operations.
Use the Expression Language function String.replace to replace strings.
Example:
String.replace("This list includes chores", "is", "at") = "That last includes chores"
For more information, see Expression Language: String Functions.