On This Page
2018.12
Change | Expected in Preview Orgs | Rollout to Production Orgs Expected to Start |
---|---|---|
Change to App Variable Name Incrementing | March 21, 2018 | March 26, 2018 |
Token Management API Is in Early Access (EA) | March 21, 2018 | March 26, 2018 |
System Log API Is in Early Access (EA) | Available Now | Available Now |
Password Imports with Salted SHA-256 Algorithm is in Early Access (EA) | Available Now | Available Now |
Bug Fixed for 2018.12 | March 21, 2018 | March 26, 2018 |
Change to App Variable Name Incrementing
When creating multiple instances of the same app, each instance of the app has a unique Variable Name. This Variable Name is used as part of the Okta Expression Language. Previously each instance was incrementally numbered (salesforce_1
, salesforce_2
, etc), but going forward each instance will instead have a 7-character alphanumeric string appended to its Variable Name. To find your app's Variable Name, go into the Profile Editor for that app. This change only affects newly created apps.
Token Management API Is in Early Access (EA)
Use the Token Management API to view and revoke OAuth 2.0 and OpenID Connect refresh tokens by end user, Custom Authorization Server, or client app.
Bug Fixed for 2018.12
GET
requests to the/authorize
endpoint withresponse_mode=form_post
would return an HTML page with a title<span>
. (OKTA-162709)