On this page
May
Weekly release 2023.05.2
Change | Expected in Preview Orgs |
---|---|
MyAccount API password update and 2FA support is EA in Preview | May 24, 2023 |
AMR Claims Mapping for IdPs is EA in Preview | May 24, 2023 |
Bug fixed in 2023.05.2 | May 24, 2023 |
MyAccount API password update and 2FA support is EA in Preview
You can now use the MyAccount API (opens new window) to update passwords. Previously, you could only update non-authenticator attributes like first name or last name with the API. Also, Okta enforces 2FA for users that enroll any factor using the API.
AMR Claims Mapping for IdPs is EA in Preview
This feature allows admins to configure their org to accept Authentication Method Reference (AMR) claims from SAML or OpenID Connect IdPs during SSO. Mapping AMR claims for third-party IdPs eliminates duplicate factor challenges during user authentication. AMR claims provide important context to Okta during policy evaluation, enabling a better understanding of which factors were used by the external IdP to verify the user's identity. This creates a more seamless and secure user experience, reducing friction, and boosting productivity. See Add an external Identity Provider.
Bug fixed in 2023.05.2
Token inline hooks failed even when a URL claim name was correctly encoded with a JSON pointer. (OKTA-602794)
Weekly release 2023.05.1
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2023.05.1 | May 17, 2023 |
Bugs fixed in 2023.05.1
Users attempting to sign in to an app weren't prompted to sign in at the SAML Identity Provider when
prompt=login
andidp={IdP}
were passed in the/authorize
request. (OKTA-601342)Calling
/api/v1/groups/groupId/apps
with the Okta Administrators Group ID returned a 403 error code. (OKTA-606150)
Monthly release 2023.05.0
Change | Expected in Preview Orgs |
---|---|
OAuth 2.0 On-Behalf-Of Token Exchange is GA in Production | February 8, 2023 |
Multibrand customizations are GA in Preview | February 8, 2023 |
Password hooks global availability is GA in Preview | December 20, 2020 |
Unique refresh token ID added to token inline hook requests | May 11, 2023 |
Event hook filtering is EA in Preview | May 11, 2023 |
The new Direct Authentication API is EA in Preview | May 11, 2023 |
Identity store property for the Applications API | May 3, 2023 |
Additional measures to counter toll fraud | May 11, 2023 |
Developer documentation update in 2023.05.0 | May 11, 2023 |
Bugs fixed in 2023.05.0 | May 11, 2023 |
OAuth 2.0 On-Behalf-Of Token Exchange is GA in Production
OAuth 2.0 On-Behalf-Of Token Exchange helps retain the user context in requests to downstream services. It provides a protocol approach to support scenarios where a client can exchange an access token received from an upstream client with a new token by interacting with the authorization server. See Set up OAuth 2.0 On-Behalf-Of Token Exchange.
Multibrand customizations are GA in Preview
Multibrand customizations allow customers to use one org to manage multiple brands and multiple custom domains. This drastically simplifies multi-tenant architectures where customers create multiple orgs to satisfy branding requirements. Multibrand customizations allow orgs to create up to three custom domains (more upon request), which can be mapped to multiple sign-in pages, multiple sets of emails, error pages, and multiple versions of the End-User Dashboard. See Brands.
Password hooks global availability is GA in Preview
The Create User with password import inline hook operation is now available for all users. Previously, password hooks required a user to be in the STAGED
status. This change helps better support migration efforts from DelAuth to Okta.
Event hook filtering is EA in Preview
You can now filter individual events of the same event type based on custom business logic hosted in Okta. These filters reduce the number of events that trigger hooks, removing an unnecessary load on your external service.
This feature includes an improved creation workflow for event hooks and a new Filters tab that you can use to create event filters with direct Expression Language statements or with a simple UI format.
Using event hook filters significantly reduces the amount of event hook requests and the need for custom code on your respective services. See Which events are eligible and Event hook filtering.
The new Direct Authentication API is EA in Preview
The Direct Authentication API (opens new window) offers a new set of OAuth grants that give app developers greater control over the authentication process. When redirect authentication isn't an option, you can use this API to allow client apps to authenticate users directly, without relying on HTTP redirection through a web browser. This is beneficial in scenarios where there's a high degree of trust between the user and the app. It's also beneficial where browser-based flows aren't feasible, like with mobile apps. By using the Direct Authentication API, app developers can tailor the authentication experience to their specific use case, resulting in a smoother and more efficient authentication process. See Implement by authorization by grant type.
Identity store property for the Applications API
A new identityStoreId
property is now available in the Applications API resource (/api/v1/apps
) to store an identity store app associated with your app. You can set the identityStoreId
value to the id
of the identity store app you previously created in the same org. See the optional settings.identityStoreId
property.
Unique refresh token ID added to token inline hook requests
A unique refresh token ID is now included in token inline hook requests. This ensures that the refresh token ID is persisted in the request to maintain seamless access and improve security.
Additional measures to counter toll fraud
For SMS and voice authentications, additional mitigation measures now help counter phone number-based toll fraud.
Developer documentation update in 2023.05.0
A new event hook guide is available that demonstrates the self-service EA feature event hook filtering. Filter only those event instances you want to trigger an event hook. See Event hook filtering.
Bugs fixed in 2023.05.0
- When an org upgraded to Identity Engine, MyAccount API calls to delete an unverified phone number (
DELETE /idp/myaccount/phones/{id}
) failed. (OKTA-586685) - Admins saw Okta FastPass listed in the
GET /api/v1/users//factors
response for users who didn't enable the factor. (OKTA-587429)
April
Weekly release 2023.04.3
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2023.04.3 | May 3, 2023 |
Bugs fixed in 2023.04.3
Signed SAML requests weren't validated correctly when the
relayState
was set tonull
. (OKTA-597738)An API request to retrieve app instances (GET
/api/v1/apps/
) returned a large custom payload in thesettings.app.domains
property for an Office 365 app instance. (OKTA-593595)
Weekly release 2023.04.2
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2023.04.2 | April 26, 2023 |
Bugs fixed in 2023.04.2
When the sign-in page was edited using the code editor, the event type
system.custom_error.update
was logged. (OKTA-591800)The Policy API
constraints
object could be set with thetypes
andmethods
of disabled authenticators or methods. (OKTA-586221)A
next
link wasn't returned when a List Identity Providers request was made and a limit of 200 was set. (OKTA-597359)When the API Service Integration feature is disabled, a query for inactive app integrations incorrectly returned a list with revoked API service integrations. (OKTA-596437)
A session wasn't properly established when an
/authorize
request specifiedprompt=none
and included asessionToken
acquired during user activation. (OKTA-594051)In Okta Expression Language,
user.status
returned incorrect values. (OKTA-599024)
Weekly release 2023.04.1
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2023.04.1 | April 12, 2023 |
Bugs fixed in 2023.04.1
- Orgs with Multibrand enabled couldn’t add the same custom email domain that they’d previously deleted. (OKTA-587938)
- Token exchange errors occurred when users selected Keep me signed in during sign-in flows for Native SSO or the Okta AWS CLI. (OKTA-571266)
Monthly release 2023.04.0
Change | Expected in Preview Orgs |
---|---|
Support added for DPoP with service apps | April 05, 2023 |
OAuth 2.0 authentication for inline hooks is GA in Production | October 05, 2022 |
API service integrations are GA in Production | November 03, 2022 |
OIN Manager support for Workflow Connector submission is GA in Production | March 08, 2023 |
OAuth 2.0 grant scopes added | April 05, 2023 |
Scope parameter length increased | April 05, 2023 |
OAuth 2.0 On-Behalf-Of Token Exchange is GA in Preview | February 08, 2023 |
Configurable rate limits for OAuth 2.0 apps is GA in Production | March 08, 2023 |
Developer documentation update in 2023.04.0 | April 05, 2023 |
Bug fixed in 2023.04.0 | April 05, 2023 |
Support added for DPoP with service apps
Okta now supports Demonstrating Proof-of-Possession for service apps. However, service apps can provide the same level of security by using private_key_jwt
for client authentication (opens new window).
OAuth 2.0 authentication for inline hooks is GA in Production
Okta inline hook calls to third-party external web services previously provided only header-based authentication for security. Although sent with SSL, the header or custom header authentication didn’t meet more stringent security requirements for various clients and industries.
To improve the security of inline hooks, Okta now supports authentication with OAuth 2.0 access tokens. Tokens ensure secure calls to external web services.
When creating inline hooks in the Admin Console (or by API), administrators or developers can now select OAuth 2.0 authentication and choose between two methods of OAuth 2.0: Client Secret or Private Key. A new Key Management API and Admin Console page is also available to create public/private key pairs for use with OAuth 2.0 inline hooks. See Key management (opens new window).
Using the OAuth 2.0 framework provides better security than Basic Authentication or custom headers, and is less work than setting up an IP allowlisting solution. Clients also have the ability to use access tokens minted by their own custom authorization servers to guarantee that Okta is calling their client web services and isn't triggered by any external actors. See Add an inline hook (opens new window).
API service integrations are GA in Production
A service-to-service app where a backend service or a daemon calls Okta management APIs for a tenant (Okta org) can be published in the Okta Integration Network (OIN) as an API service integration. This integration type allows your service app to access your customer Okta org through Okta management APIs using the OAuth 2.0 Client Credentials flow. API service integrations provide secure, reliable, and least-privilege scoped access to Okta APIs without being associated with a user, so service isn’t disrupted when the user is no longer involved with service integration activities. See API service integrations in the OIN. OIN Manager has been updated to support testing and submitting API service integrations. After your service integration is published in the OIN, workforce customers can discover and configure your integration with ease. See Build an API service integration.
OIN Manager support for Workflow Connector submission is GA in Production
Okta Workflows (opens new window) is a no-code, if-this-then-that logic builder that Okta orgs can use to automate custom or complex employee onboarding and offboarding flows in your application. You can now publish Workflow connectors that you create with the Workflows Connector Builder (opens new window) in the Okta Integration Network (OIN) catalog. Publishing a Workflows connector with Okta allows your customers to deeply integrate your product with all other connectors in the catalog. Submit your Workflow connector by using the OIN Manager. See Submit an integration for Workflows connectors.
OAuth 2.0 grant scopes added
The OAuth 2.0 okta.appGrants.manage
and okta.appGrants.read
grant scopes are now available for use with the /apps/{id}/grants
and /apps/{id}/grants/{grantId}
endpoints.
Scope parameter length increased
The maximum length for the scope parameter of a refresh token request is now 4096 characters.
OAuth 2.0 On-Behalf-Of Token Exchange is GA in Preview
OAuth 2.0 On-Behalf-Of Token Exchange helps retain the user context in requests to downstream services. It provides a protocol approach to support scenarios where a client can exchange an access token received from an upstream client with a new token by interacting with the authorization server. See Set up OAuth 2.0 On-Behalf-Of Token Exchange.
Configurable rate limits for OAuth 2.0 apps is GA in Production
Rate limit violations mainly occur on authenticated endpoints. Currently, it isn't clear which OAuth 2.0 authenticated app consumes all the rate limits for an org. This increases the risk that one app consumes the entire rate limit bucket. To avoid this possibility, Okta admins can now configure how much rate limit capacity an individual OAuth 2.0 app can consume by editing the Application rate limits tab for each app. By setting a capacity on individual OAuth 2.0 apps, Okta admins have a new tool to monitor and investigate rate limit violations, and have the ability to view rate limit traffic generated by individual OAuth 2.0 apps. See Rate limit dashboard bar graph.
Developer documentation update in 2023.04.0
A new sign-in redirect guide is available for single page apps (SPA) using JavaScript and the Auth JS SDK. No frontend framework required! A quick and easy demonstration of the redirect sign-in flow. See Sign users in to your SPA using the redirect model and Auth JS.
Bug fixed in 2023.04.0
The Identity Sources API bulk upsert operation accepted an empty profile payload. (OKTA-533011)
March
Weekly release 2023.03.3
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2023.03.3 | March 29, 2023 |
Bugs fixed in 2023.03.3
- App sign-on events with usernames that exceeded 100 characters weren't always added to the System Log. (OKTA-585478)
- CSV values that could trigger a computation weren’t escaped in the
User-Agent
string. (OKTA-452381) - The groups count on the Admin Dashboard was incorrect. (OKTA-592512)
- Some validations weren't enforced when requests were made to the Apps API. (OKTA-585354)
Weekly release 2023.03.2
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2023.03.2 | March 22, 2023 |
Bugs fixed in 2023.03.2
Sometimes, groups with a
status
of INACTIVE were synchronized with the reporting database as ACTIVE. (OKTA-589084)Requests to the Policies API (
PUT /policies/${defaultIdpPolicy}/rules/${IdpRule}
) with an emptyuserIdentifier
parameter returned an HTTP 500 Internal Server error. (OKTA-565856)Admins were able to modify the
auth_time
claim for an access token using a token inline hook. (OKTA-503099)
Weekly release 2023.03.1
Change | Expected in Preview Orgs |
---|---|
Demonstrating Proof-of-Possession is self-service EA in Preview | March 15, 2023 |
Bug fixed in 2023.03.1 | March 15, 2023 |
Demonstrating Proof-of-Possession is self-service EA in Preview
OAuth 2.0 Demonstrating Proof-of-Possession (DPoP) is a security feature that adds an extra layer of protection to OAuth 2.0 access tokens. It enables the client to demonstrate that it possesses a particular key or secret associated with the access token. OAuth 2.0 DPoP can help prevent certain attacks, such as token theft or token replay attacks, where an attacker intercepts a legitimate access token and uses it to gain unauthorized access to a protected resource. See Configure OAuth 2.0 Demonstrating Proof-of-Possession.
Bug fixed in 2023.03.1
Using the Policy API, admins were able to set the MFA_ENROLL
policy factor settings to allow Okta Verify Push but not allow Okta Verify OTP at the same time. (OKTA-567906)
Monthly release 2023.03.0
Change | Expected in Preview Orgs |
---|---|
Configurable rate limits for OAuth 2.0 apps is GA in Preview | March 08, 2023 |
Authenticator enrollment using the /authorize endpoint is GA in Production | November 03, 2022 |
OIDC Identity Providers private/public key pair support is GA | June 08, 2022 |
API service integrations are GA in Preview | November 03, 2022 |
Log Streaming is GA in Production | March 30, 2022 |
Optional consent for OAuth 2.0 scopes is GA in Production | January 11, 2023 |
OAuth 2.0 authentication for inline hooks is GA in Preview | October 05, 2022 |
Improvements to self-service account activities for AD and LDAP users | November 30, 2022 |
Honor force authentication support for SAML Apps API | March 08, 2023 |
OIN Manager support for Workflow Connector submission is GA in Preview | March 08, 2023 |
Rate limit increased for Event Hooks | March 08, 2023 |
Bug fixed in 2023.03.0 | March 08, 2023 |
Configurable rate limits for OAuth 2.0 apps is GA in Preview
Rate limit violations mainly occur on authenticated endpoints. Currently, it isn't clear which OAuth 2.0 authenticated app consumes all the rate limits for an org. This increases the risk that one app consumes the entire rate limit bucket. To avoid this possibility, Okta admins can now configure how much rate limit capacity an individual OAuth 2.0 app can consume by editing the Application rate limits tab for each app. By setting a capacity on individual OAuth 2.0 apps, Okta admins have a new tool to monitor and investigate rate limit violations, and have the ability to view rate limit traffic generated by individual OAuth 2.0 apps. See Rate limit dashboard bar graph.
Authenticator enrollment using the /authorize endpoint is GA in Production
Authenticator enrollment provides a standardized way for a user to enroll a new authenticator using the OAuth /authorize
endpoint. This feature uses query parameters such as prompt and enroll_amr_values
to specify which authenticator the user wants to enroll. It also automatically verifies at least two factors as long the user has already enrolled two or more factors.
OIDC Identity Providers private/public key pair support is GA
Previously, Okta only supported the use of client secret as the client authentication method with an OpenID Connect-based Identity Provider. Okta now supports the use of private/public key pairs (private_key_jwt
) with OpenID Connect-based Identity Providers. Additionally, the Signed Request Object now also supports the use of private/public key pairs. See Create an Identity Provider in Okta.
API service integrations are GA in Preview
A service-to-service app where a backend service or a daemon calls Okta management APIs for a tenant (Okta org) can be published in the Okta Integration Network (OIN) as an API service integration. This integration type allows your service app to access your customer Okta org through Okta management APIs using the OAuth 2.0 Client Credentials flow. API service integrations provide secure, reliable, and least-privilege scoped access to Okta APIs without being associated with a user, so service isn’t disrupted when the user is no longer involved with service integration activities. See API service integrations in the OIN. OIN Manager has been updated to support testing and submitting API service integrations. After your service integration is published in the OIN, workforce customers can discover and configure your integration with ease. See Build an API service integration.
Log Streaming is GA in Production
Many organizations use third-party systems to monitor, aggregate, and act on the event data in Okta System Log events.
Log Streaming enables Okta admins to more easily and securely send System Log events to a specified system, such as the Splunk Cloud or Amazon Eventbridge, in near real time with simple, pre-built connectors. Log streaming scales well even with high event volume, and unlike many existing System Log event collectors, it doesn't require a third-party system to store an Okta Admin API token. See Log Streaming API (opens new window).
Optional consent for OAuth 2.0 scopes is GA in Production
OAuth 2.0 Optional consent provides an optional property that enables a user to opt in or out of an app's requested OAuth scopes. When optional is set to true for a scope, the user can skip consent for that scope. See Request user consent.
OAuth 2.0 authentication for inline hooks is GA in Preview
Okta inline hook calls to third-party external web services previously provided only header-based authentication for security. Although sent with SSL, the header or custom header authentication didn’t meet more stringent security requirements for various clients and industries.
To improve the security of inline hooks, Okta now supports authentication with OAuth 2.0 access tokens. Tokens ensure secure calls to external web services.
When creating inline hooks in the Admin Console (or by API), administrators or developers can now select OAuth 2.0 authentication and choose between two methods of OAuth 2.0: Client Secret or Private Key. A new Key Management API and Admin Console page is also available to create public/private key pairs for use with OAuth 2.0 inline hooks. See Key management (opens new window).
Using the OAuth 2.0 framework provides better security than Basic Authentication or custom headers, and is less work than setting up an IP allowlisting solution. Clients also have the ability to use access tokens minted by their own custom authorization servers to guarantee that Okta is calling their client web services and isn't triggered by any external actors. See Add an inline hook (opens new window).
Improvements to self-service account activities for AD and LDAP users
Previously, the self-service unlock (SSU) and self-service password reset (SSPR) flows created unnecessary friction for AD and LDAP users. This feature enhancement introduces a seamless magic link experience in emails sent to unlock accounts and reset passwords. Users no longer need to provide consent when using the same browser. In addition, after successfully unlocking their account, clicking the email magic link counts towards the application's assurance policy. After the assurance requirements are met, the user is signed directly in to the application. These improvements are now GA in Preview. See Customize email notifications.
Honor force authentication support for SAML Apps API
Previously, the Honor Force Authentication parameter (honorForceAuthn
) could only be set from the SAML 2.0 App Integration Wizard (opens new window). When this property is set to true
, users are prompted for their credentials when a SAML request has the ForceAuthn
attribute set to true
. You can now set this property for your SAML app without using the app integration wizard. See the SAML 2.0 settings parameters in the Apps API.
OIN Manager support for Workflow Connector submission is GA in Preview
Okta Workflows (opens new window) is a no-code, if-this-then-that logic builder that Okta orgs can use to automate custom or complex employee onboarding and offboarding flows in your application. You can now publish Workflow connectors that you create with the Workflows Connector Builder (opens new window) in the Okta Integration Network (OIN) catalog. Publishing a Workflows connector with Okta allows your customers to deeply integrate your product with all other connectors in the catalog. Submit your Workflow connector by using the OIN Manager. See Submit an integration for Workflows connectors.
Rate limit increased for Event Hooks
The number of events that can be delivered to Event Hooks is now 400,000 events per org, per day. See Rate limits (opens new window).
Bug fixed in 2023.03.0
When an admin used a group limit in an expression that was greater than 100 (for example, Groups.startsWith("active_directory","",500)
), /userinfo endpoint requests failed. (OKTA-576414)
February
Weekly release 2023.02.2
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2023.02.2 | March 02, 2023 |
Bugs fixed in 2023.02.2
Some event hook requests failed to send in Preview orgs. (OKTA-578439)
Events weren't logged in the System Log when the Users API (
DELETE /users/${userId}/clients/${clientId}/tokens/${tokenId}
) was used to revoke refresh tokens. (OKTA-574992)During an app request to the
/authorize
endpoint, users not assigned to the app could enroll an authenticator. (OKTA-575258)Pagination and search query matching didn't work as expected when a list request was made using the
/idps
API. (OKTA-577464)Some non-super admins could manage group memberships of admin groups with custom roles. (OKTA-577807)
Weekly release 2023.02.1
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2023.02.1 | February 15, 2023 |
Bugs fixed in 2023.02.1
A request to list all security questions (
/users/${userId}/factors/questions
) returned an unexpected question with an error in the response. (OKTA-525478)Case sensitivity caused usernames sent in SAML 2.0 IdP assertions not to match usernames in the destination org if a custom IdP factor was used and the name ID format was unspecified. (OKTA-565984)
Some requests to the
/devices?expand=users&search=profile.platform
endpoint didn't includeexpand=user
in the response. (OKTA-558994)Some users weren’t able to re-enroll an account in Okta Verify that was previously unenrolled with another mechanism that used the Factors API. (OKTA-573421)
The YubiKey Report wasn’t generated when certain report filters were applied. (OKTA-561269)
Monthly release 2023.02.0
Allowlist for FIDO2 (WebAuthn) authenticators is Self-Service EA in Preview
Okta now enables you to manage which FIDO2 WebAuthn authenticators are allowed in your org for new enrollments. This feature allows you to create an allow list of specific FIDO2 WebAuthn authenticators (based on FIDO Metadata Service) that can be used in enrollment policies. This allows admins to have greater control over which authenticators may be used in their orgs and determine which users may access them in a granular way. See settings.authenticators.constraints
in the MFA_ENROLL
Policies API.
Applications API support for SAML metadata attributes
The Applications API now supports metadata dynamic SAML attributes inherited from the SAML app. The SAML attributes are used to manage configured group attributes.The Admin Console displays the dynamic SAML attributes as Configure SAML Attributes, and the API returns these attributes as the settings.signOn.configuredAttributeStatements
property in the SAML application object.
Authenticator enrollment using the /authorize endpoint is GA in Preview
Authenticator enrollment provides a standardized way for a user to enroll a new authenticator using the OAuth /authorize
endpoint. This feature uses query parameters such as prompt and enroll_amr_values
to specify which authenticator the user wants to enroll. It also automatically verifies at least two factors as long the user has already enrolled two or more factors.
Custom app login is GA in Production
Custom app login is now available to limited customers in Identity Engine. Only orgs that actively used this feature in Classic Engine before they upgraded may continue to do so. Orgs that don't use custom app login should continue to use the Okta-hosted sign-in experience or configure IdP routing rules (opens new window) that redirect users to the appropriate app to sign in.
Factors API support for Okta Verify authenticator enrollment flows is GA in Production
Identity Engine now supports Okta Verify enrollments with email or SMS links created from the Factors API. Previously, when a client generated an Okta Verify enrollment email or SMS link using the Factors API, the enrollment from the Okta Verify app failed with an Invalid Token
error. To address this issue, Factors API updates include the following behaviors when the Okta Verify authenticator is used:
- When an Okta Verify enrollment request is made using the Factors API for a user not currently enrolled with an Okta Verify factor, then all three
signed_nonce
,push
, andtotp
factors are enrolled. - The GET factors operation lists all Okta Verify enrollment methods for a user.
- The DELETE
push
orsigned_nonce
factor operation deletes all three factor enrollments (push
,signed_nonce
, andtotp
).
See Enroll Okta Verify Push and Reset Factor updates in the Factors API.
Full-featured code editor is GA in Production
The full-featured code editor makes editing code for the sign-in page, email templates, and error pages more efficient and less reliant on documentation. Developers can write, test, and publish code faster with syntax highlighting, autocomplete for variables, split versus unified diff views, and Revert, Preview, and Publish buttons. See Use the code editor.
Log Streaming is GA in Preview
Many organizations use third-party systems to monitor, aggregate, and act on the event data in Okta System Log events.
Log Streaming enables Okta admins to more easily and securely send System Log events to a specified systems, such as the Splunk Cloud or Amazon Eventbridge, in near real time with simple, pre-built connectors. Log streaming scales well even with high event volume, and unlike many existing System Log event collectors, it doesn't require a third-party system to store an Okta Admin API token. See Log Streaming API (opens new window).
Multibrand customizations are EA in Preview
Multibrand customizations allow customers to use one org to manage multiple brands and multiple custom domains. This drastically simplifies multi-tenant architectures where customers create multiple orgs to satisfy branding requirements. Multibrand customizations allow orgs to create up to three custom domains (more upon request), which can be mapped to multiple sign-in pages, multiple sets of emails, error pages, and multiple versions of the End-User Dashboard. See Brands.
OAuth 2.0 On-Behalf-Of Token Exchange is EA in Preview
OAuth 2.0 On-Behalf-Of Token Exchange helps retain the user context in requests to downstream services. It provides a protocol approach to support scenarios where a client can exchange an access token received from an upstream client with a new token by interacting with the authorization server. See Set up OAuth 2.0 On-Behalf-Of Token Exchange.
OIDC Identity Providers private/public key pair support is GA in Preview
Previously, Okta only supported the use of client secret as the client authentication method with an OpenID Connect-based Identity Provider. Okta now supports the use of private/public key pairs (private_key_jwt
) with OpenID Connect-based Identity Providers. Additionally, the Signed Request Object now also supports the use of private/public key pairs. See Create an Identity Provider in Okta.
Optional consent for OAuth 2.0 scopes is GA in Preview
OAuth 2.0 Optional Consent provides an optional property that enables a user to opt in or out of an app's requested OAuth scopes. When optional is set to true for a scope, the user can skip consent for that scope. See Request user consent.
Smart Card authenticator is Self-Service EA in Preview
You can add a new Smart Card authenticator that enables PIV to be used in authentication policies. You can also restrict the authentication policies to use only Smart Card authenticator as MFA. See properties.additionalAmr
in the updated Identity Provider attributes for X509
Smart Card support.
Splunk edition support for Log Streaming integrations is GA in Preview
The Spunk Cloud Log Streaming integration now supports GCP and GovCloud customers. You can set the Splunk edition parameter (settings.edition
) to AWS (aws
), GCP (gcp
), or AWS GovCloud (aws_govcloud
) in your Log Streaming integration. See Splunk Cloud Settings properties (opens new window).
Updated AWS EventBridge supported regions for Log Stream integrations
The list of supported AWS EventBridge regions has been updated based on configurable event sources. See the list of available AWS regions for Log Stream integrations (opens new window).
Developer documentation updates in 2023.02.0
The Okta Developer portal has a new look and feel. The home page (opens new window) features a curated set of resources on developer use cases for Workforce Identity Cloud solutions. You can also access the featured blog posts to stay up to date with implementing Okta features.
A new authorization guide is available to help admins and devs retain the user context in requests to downstream services. This document provides guidance on how a client can exchange an access token received from an upstream client with a new token by interacting with the authorization server. See Set up OAuth 2.0 On-Behalf-Of Token Exchange.
A new requirements guide is available for integration submissions to the Okta Integration Network (OIN). This document provides guidance for the artifacts required during the submission process, such as the logo, the customer configuration document, and the test account. See OIN submission requirements.
Bugs fixed in 2023.02.0
GET requests to the
/brands/{brandId}
endpoint didn't return the previously savedagreeToCustomPrivacyPolicy
. (OKTA-568074)GET requests to the
/brands/{brandId}/pages/sign-in/customized
endpoint returnednull
forwidgetCustomizations
. As a result, the updates weren't applied to the Okta Admin Console sign-in page. (OKTA-563838)The Add Group API (
/api/v1/groups
) created multiple groups of the same name if called within a short period of time (milliseconds). (OKTA-561481)The response took longer than necessary when an admin sent a request to delete an OpenID Connect app. (OKTA-531089)
The Roles API (
/iam/roles
) didn't support the self and next link relation types. (OKTA-512280)
January
Weekly release 2023.01.2
Change | Expected in Preview Orgs |
---|---|
Clock skew for access and ID tokens | February 1, 2023 |
Content Security Policy update | February 1, 2023 |
Interaction Code flow supports Native SSO | February 1, 2023 |
Bugs fixed in 2023.01.2 | February 1, 2023 |
Clock skew for access and ID tokens
A 30-second clock skew is now allowed for access and ID tokens to validate that a token was created before the current time.
Content Security Policy update
Over the next few months, we are gradually releasing enhancements to our Content Security Policy (CSP) (opens new window) headers. During this time you may notice an increase in header sizes.
Interaction Code flow supports Native SSO
The Interaction Code flow now supports the device_sso
scope, which you can use to perform Native SSO. This scope allows you to obtain an interaction code and exchange it for tokens and a device secret. See Implement authorization by grant type (opens new window).
Bugs fixed in 2023.01.2
Requests made with an empty Origin header returned an error response. (OKTA-449621)
Requests to assign a custom role to a user or group returned a generic Bad Request error when the required role or resource-set property was missing. (OKTA-538237)
Some custom admins didn't see groups and users that they had access to when they made a
GET
request to the Users (/users/{id}/groups
) and Groups (/groups/{id}/users
) APIs. (OKTA-568838)Users created using Just-In-Time provisioning weren't assigned to a group when a group rule existed. (OKTA-532840)
An unclear error message was returned when a group rules API call (
create
,update
, oractivate
) was made to assign users to read-only groups (for example,Everyone
). (OKTA-567972)
Weekly release 2023.01.1
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2023.01.1 | January 19, 2023 |
Bugs fixed in 2023.01.1
Requests failed when an admin used a group limit in an expression that was more than 100 (for example,
getFilteredGroups(groupallowlist, group_expression, 101)
). (OKTA-565041)Requests failed when an admin used a group limit in an expression that was less than the number of groups that satisfied the request (for example,
Groups.startsWith("active_directory","eai_",10)
). (OKTA-556056)The
idp
property was missing in token inline hook requests. (OKTA-553322)A list security questions request (
/users/${userId}/factors/questions
) resulted in an unexpected security question and answer included in the response. (OKTA-567970)Users could request that one-time passwords for SMS, Voice, and Email activation be resent more times than allowed by the rate limit. (OKTA-550739)
Monthly release 2023.01.0
Change | Expected in Preview Orgs |
---|---|
Custom app login | January 11, 2023 |
Full regional support for AWS EventBridge Log Stream integrations is EA in Preview | January 11, 2023 |
Improvements to self-service account activities for AD and LDAP users | November 30, 2022 |
Improvements to the self-service registration experience | December 9, 2022 |
Optional consent for OAuth 2.0 scopes is EA in Preview | January 11, 2023 |
Revoke user sessions is GA in Production | December 9, 2022 |
Unusual telephony requests blocked by machine-learning measures | January 11, 2023 |
Bugs fixed in 2023.01.0 | January 11, 2023 |
Custom app login
Custom app login is now available to limited customers in Identity Engine. Only orgs that actively used this feature in Classic Engine before they upgraded may continue to do so. Orgs that don't use custom app login should continue to use the Okta-hosted sign-in experience or configure IdP routing rules (opens new window) that redirect users to the appropriate app to sign in.
Full regional support for AWS EventBridge Log Stream integrations is EA in Preview
The Log Streaming API has expanded support for all commercial regions in the AWS EventBridge Log Stream integration. See AWS EventBridge Setting property details (opens new window).
Improvements to self-service account activities for AD and LDAP users
Previously, the self-service unlock (SSU) and self-service password reset (SSPR) flows created unnecessary friction for AD and LDAP users. This feature enhancement introduces a seamless magic link experience in emails sent to unlock accounts and reset passwords. Users no longer need to provide consent when using the same browser. In addition, after successfully unlocking their account, clicking the email magic link counts towards the application's assurance policy. After the assurance requirements are met, the user is signed directly in to the application. These improvements are now GA in Preview. See Customize email notifications.
Improvements to the self-service registration experience
Earlier versions of the self-service registration (SSR) flow used a complicated array of templates to send activation emails to users. The simplified SSR flow reduces this to only two email templates with customized welcome messages. If your application requires immediate verification of the user’s email address, use the Registration - Activation template. This template includes a magic link for a smoother sign-in experience. If email verification is not immediately required to sign in to the application, use the Registration - Email Verification template. This template includes a link for users to complete email verification at any time after they successfully sign in to the application. See Customize email notifications and the Okta email (magic link/OTP) integration guide.
Optional consent for OAuth 2.0 scopes is EA in Preview
OAuth 2.0 Optional Consent provides an optional property that enables a user to opt in or out of an app's requested OAuth scopes. When optional is set to true for a scope, the user can skip consent for that scope. See Request user consent.
Revoke user sessions is GA in Production
You can end all Okta sessions for a user when resetting their password. All sessions of the specified user are revoked except for the current session. This option protects the user account from unauthorized access. See the revokeSession
parameter in the Users API.
Unusual telephony requests blocked by machine-learning measures
SMS and voice requests are now blocked if an internal machine-learning-based toll fraud and abuse-detection model considers the requests unusual. Telephony requests that are blocked by the machine-learning model have a DENY
status in the System Log.
Bugs fixed in 2023.01.0
The Log Streaming API returned the Splunk Cloud
token
property in the response body. (OKTA-437264)When an org had the Custom OTP, RSA SecurID, and YubiKey authenticators enabled and the
enroll_amr_values
parameter value wasotp
, users were prompted to enroll in all three authenticators rather than just Custom OTP. (OKTA-545674)