On this page
Okta Classic Engine API release notes (2024)
November
Monthly release 2024.11.0
Change | Expected in Preview Orgs |
---|---|
Create dynamic resource sets with conditions is EA in Preview | November 7, 2024 |
Give access to Okta Support is GA in Production | November 7, 2024 |
Seamless ISV experience for SCIM is GA in Production | October 9, 2024 |
Test app integrations in the OIN Wizard | November 7, 2024 |
Bugs fixed in 2024.11.0 | November 7, 2024 |
Create dynamic resource sets with conditions is EA in Preview
Resource set conditions help you limit the scope of a role by excluding an admin's access to certain apps. This gives you more granular control over your custom admin roles and helps meet your org's unique security needs. See Resource set conditions (opens new window) and the corresponding Resource Set Resources (opens new window) API.
Give access to Okta Support is GA in Production
Admins can now control how members of the Okta Support team access their org. To support this, the Admin Console Account page provides the following two options:
Impersonation Grants for Cases: Allows the Okta Support team to sign in to your org as a read-only admin to troubleshoot issues.
Support User Grants for Self-Assigned Cases: Allows an Okta Support representative to access your org settings after they’ve opened a case.
Using these settings, admins can select the right level of Support access for their org. See Give access to Okta Support (opens new window) and the corresponding Okta Support Settings API endpoints:
You can no longer use the Extend (opens new window), Grant (opens new window), or Revoke (opens new window) Okta Support access endpoints if you haven't used them between September 1, 2024 and November 1, 2024. These endpoints will be fully deprecated on January 15, 2025. After deprecation, you won’t be able to access them. Use the Update an Okta Support case (opens new window) endpoint to approve, revoke, and extend Okta Support access for each support case.
Seamless ISV experience for SCIM is GA in Production
Okta now provides a seamless ISV experience to optimize the Okta Integration Network (OIN) (opens new window) submission experience for SCIM integrations. This new experience enables independent software vendors (ISVs) to build and manually test their SCIM integration metadata before submission to the OIN. This reduces the time needed for the OIN team to review and validate that the SCIM integration functions as intended, which shortens the time to publish in the OIN. This experience also incorporates communication processes in Salesforce, enabling improved collaboration internally within Okta teams and externally with ISVs. See Publish an OIN integration overview and Submit an integration with the OIN Wizard guide.
Test app integrations in the OIN Wizard
You can now test your app integration directly from the Your OIN Integrations dashboard. Previously, you had to go through the OIN Wizard submission journey to arrive at the Test integration experience page. You can now bypass the Select protocol, Configure your integration, and Test your integration pages for an existing submission, and start generating instances for testing in the Test integration page. This saves you time and avoids unnecessary updates to an existing integration submission. See Navigate directly to test your integration.
Bugs fixed in 2024.11.0
The apps API didn't reveal information about SAML encryption configuration. (OKTA-801368)
Admins who only had the View applications and their details and Run imports permissions could deactivate apps. (OKTA-798693)
October
Weekly release 2024.10.1
Change | Expected in Preview Orgs |
---|---|
IP Exempt Zone is self-service EA in Preview | October 23, 2024 |
OpenID Connect Identity Providers now support group sync | October 23, 2024 |
Bugs fixed in 2024.10.1 | October 23, 2024 |
IP Exempt Zone is self-service EA in Preview
This feature introduces useAsExemptList
as a read-only Boolean property that distinguishes the new default IP exempt zones from other zones. When you enable this feature and you make a GET api/v1/zones
request, Okta returns useAsExemptList
in the response. The value true
indicates that the zone is an exempt zone. Only system generated exempt zones are available.
OpenID Connect Identity Providers now support group sync
OpenID Connect Identity Providers now support full group sync and adding a user to a group that they don't already belong to. A user who authenticates with an external IdP is added to all available groups when Full sync of groups is enabled. The user is added to any groups that they don't already belong to when Add user to missing groups is enabled. This allows you to specify certain groups that users should be added to.
Bugs fixed in 2024.10.1
No System Log event occurred when the Interaction Code grant flow failed due to no matching policy on the authorization server. (OKTA-795711)
User grants weren't returned from the Users API (
/users/{userId}/clients/{clientId}/grants
) after revoking refresh tokens. (OKTA-808977)The SAML IdP metadata sometimes returned the variable name as the attribute name. (OKTA-811786)
Monthly release 2024.10.0
Change | Expected in Preview Orgs |
---|---|
New field for filtering zones | October 9, 2024 |
OIDC Identity Provider options | October 9, 2024 |
Two System Log event types now provide event outcome reasons | October 9, 2024 |
Seamless ISV experience for SCIM is GA in Preview | October 9, 2024 |
New Okta Secure Identity collection in the OIN catalog | October 9, 2024 |
Enhanced Dynamic Network Zones is GA in Production | May 15, 2024 |
Developer documentation updates in 2024.10.0 | October 9, 2024 |
Bugs fixed in 2024.10.0 | October 9, 2024 |
New field for filtering zones
The system
field is now available for the filter
Network Zones query parameter (opens new window), in addition to the id
and usage
fields. The values supported are true
or false
.
OIDC Identity Provider options
OpenID Connect Identity Providers can now have both the Account Link and JIT policies set to disabled
.
Two System Log event types now provide event outcome reasons
The Event.Outcome.Reason
field for the user.authentication.auth_via_IDP
and user.authentication.auth_via_social
event types (opens new window) now indicates whether a successful IdP sign-in flow was due to JIT provisioning or account linking.
Seamless ISV experience for SCIM is GA in Preview
Okta now provides a seamless ISV experience to optimize the Okta Integration Network (OIN) (opens new window) submission experience for SCIM integrations. This new experience enables independent software vendors (ISVs) to build and manually test their SCIM integration metadata before submission to the OIN. This reduces the time needed for the OIN team to review and validate that the SCIM integration functions as intended, which shortens the time to publish in the OIN. This experience also incorporates communication processes in Salesforce, enabling improved collaboration internally within Okta teams and externally with ISVs. See Publish an OIN integration overview (opens new window) and Submit an integration with the OIN Wizard (opens new window) guide.
New Okta Secure Identity collection in the OIN catalog
A new Okta Secure Identity collection is available in the Okta Integration Network (OIN) catalog. This collection identifies integrations that are part of the Okta Secure Identity commitment (opens new window). See the OIN catalog (opens new window) for a list of integrations assigned to this collection.
Enhanced Dynamic Network Zones is GA in Production
Use enhanced dynamic network zones to define IP service categories (proxies, VPNs), locations, and Autonomous System Numbers (ASNs) that are allowed or blocked in a zone. See the Network Zones API (opens new window).
Developer documentation updates in 2024.10.0
We have expanded and updated our Terraform documentation to cover deeper topics.
An expanded Manage section with an article on importing existing resources into Terraform and new resources.
An article on making the Terraform connection as secure as possible.
Articles to help save time.
Our SDK documentation (opens new window) has been refreshed and updated to reflect our modern SDKs and recommended development paths. See SDKs in the menu.
Bugs fixed in 2024.10.0
- The
okta.oauthIntegrations.manage
OAuth 2.0 authentication scope wasn’t supported for the create an API service integration endpoint (POST /integrations/api/v1/api-services
). (OKTA-735510) - The SAML IdP
login
property mapping validation was handled incorrectly. (OKTA-812517)
September
Weekly release 2024.09.3
Change | Expected in Preview Orgs |
---|---|
Bug fixed in 2024.09.3 | October 2, 2024 |
Bug fixed in 2024.09.3
Sometimes an "Invalid Phone Number" error was incorrectly returned during SMS factor enrollment. (OKTA-807741)
Weekly release 2024.09.2
Change | Expected in Preview Orgs |
---|---|
Bug fixed in 2024.09.2 | September 25, 2024 |
Bug fixed in 2024.09.2
When an admin made a partial update using the Profile Mappings API, both incoming data and existing property mappings were validated instead of only the incoming request. (OKTA-798638)
Monthly release 2024.09.0
Change | Expected in Preview Orgs |
---|---|
Descriptions for Entitlement and Role objects | September 11, 2024 |
Enhanced Dynamic Network Zones is GA in Preview | May 15, 2024 |
Event hook System Log update | September 11, 2024 |
Okta Personal Settings API is GA in Preview | September 11, 2024 |
System Log events added for Okta Workflows | September 11, 2024 |
Developer documentation update in 2024.09.0 | September 11, 2024 |
Bugs fixed in 2024.09.0 | September 11, 2024 |
Descriptions for Entitlement and Role objects
SCIM 2.0 with entitlements now supports a description
field for Entitlement and Role objects.
Enhanced Dynamic Network Zones is GA in Preview
Use enhanced dynamic network zones to define IP service categories (proxies, VPNs), locations, and Autonomous System Numbers (ASNs) that are allowed or blocked in a zone. See the Network Zones API (opens new window).
Event hook System Log update
The user.account.unlock_by_admin
event type is now event hook eligible. See Event types.
Okta Personal Settings API is GA in Preview
The Okta Personal Settings API (opens new window) allows you to manage Okta Personal (opens new window) admin settings.
Okta Personal for Workforce is a free account that helps users separate their work apps from non-work apps. Okta Personal makes it easy for users to switch between their personal and work accounts, and to migrate their personal apps from an existing Okta enterprise tenant. When you enable Okta Personal for Workforce in your org, users receive a notification that encourages them to use Okta Personal for personal apps and Okta enterprise for work apps. See Okta Personal for Workforce user experience (opens new window).
System Log events added for Okta Workflows
The workflows.user.flow.move
and workflows.user.table.move
Okta Workflows events have been added to the System Log to record the changes that occur due to reorganization of folder-level resources.
Developer documentation update in 2024.09.0
Our API documentation (opens new window) has a new look and feel that features a more logical navigation which aligns with industry standards. See API Docs in the menu.
API content in the References section will be moved after September 30, 2024.
Bugs fixed in 2024.09.0
When creating or updating a profile, user first or last names that contained a dot (
last.name
) triggered malformed field error messages. (OKTA-798884)Admins couldn't configure the
okta.myAccount.sessions.manage
scope as a custom scope on custom authorization servers. (OKTA-748880)The Custom Token Scopes endpoints (
/api/v1/authorizationServers/{authServerId}/scopes
) for the Authorization Server API didn't support pagination. (OKTA-734223)Deleted apps weren't removed from routing rules and were returned by calls to the
/policies
endpoint if the call usedIDP_DISCOVERY
as thetype
. (OKTA-734045)
August
Weekly release 2024.08.3
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2024.08.3 | August 28, 2024 |
Bugs fixed in 2024.08.3
The API request to update the default provisioning connection (
POST /api/v1/apps/{appId}/connections/default?activate=true
) returned generic error messages when the connection update failed. (OKTA-718570)A cache issue caused an error when an admin tried to create routing rules using the Policy API (
POST /api/v1/policies/{policyId}/rules
). (OKTA-712397)The
q
request parameter was ignored when used in a GET request to the/policies
endpoint. (OKTA-748131)
Weekly release 2024.08.2
Change | Expected in Preview Orgs |
---|---|
Custom domain and custom email domain System Log events updates | August 21, 2024 |
Bugs fixed in 2024.08.2 | August 21, 2024 |
Custom domain and custom email domain System Log events updates
In the System Log, the system.custom_url_domain.verify
and system.email_domain.verify
events now appear when a verification succeeds or fails.
Bugs fixed in 2024.08.2
When
/api/v1/principal-rate-limits
was called to create or update a principal rate limit for an OAuth app, and a 404 server error was returned, the rate limit was still created or updated. (OKTA-652674)The
honorPersistentNameId
parameter default setting for SAML IdPs was set tofalse
if it was omitted from IdP API requests. (OKTA-791891)Some Group API users experienced inconsistent pagination when the
limit
was higher than 200. (OKTA-795107)
Weekly release 2024.08.1
Change | Expected in Preview Orgs |
---|---|
Bug fixed in 2024.08.1 | August 14, 2024 |
Bug fixed in 2024.08.1
Requests to list client secrets (/api/v1/apps/{appId}/credentials/secrets
) and get a client secret (/api/v1/apps/{appId}/credentials/secrets/{id}
) didn't fire a System Log event when the client secrets were returned in the response.
Monthly release 2024.08.0
Change | Expected in Preview Orgs |
---|---|
Extended support for TLS certificates and private keys for custom domains | August 7, 2024 |
Enforce an email verification when a user's email changes | August 7, 2024 |
New System Log API property for target object is GA Production | August 7, 2024 |
Request throttling for jwks_uri | August 7, 2024 |
System Log events updates | August 7, 2024 |
System Log update for requests made with access tokens | August 7, 2024 |
Updated Universal Directory System Log events | August 7, 2024 |
Bugs fixed in 2024.08.0 | August 7, 2024 |
Extended support for TLS certificates and private keys for custom domains
Custom domains now support TLS certificates and private keys that are 2048, 3072, and 4096 bits.
Enforce an email verification when a user's email changes
Each time that a user attempts to update their email, Okta sends an email to verify that their primary or secondary email address is up to date.
New System Log API property for target object is GA Production
Certain System Log events now contain a new property called changeDetails
in the target
object. When this property is populated, it reflects new, changed, or removed attributes of the target resource that's been modified. See changeDetails property (opens new window).
Request throttling for jwks_uri
Okta has decreased the frequency at which it reloads JWKs from a customer's jwks_uri
.
System Log events updates
The following System Log events are now available:
application.provision.group_push.deactivate_mapping
system.agent.register
security.attack_protection.settings.update
system.self_service.configuration.update
user.behavior.profile.reset
system.identity_sources.bulk_upsert
system.identity_sources.bulk_delete
system.import.user_match.confirm
system.import.schedule
system.import.user_match.unignore
system.import.user_match.update
The application.lifecycle.update event now has the sessionIdleTimeoutMinutes and sessionMaxLifetimeMinutes fields. These fields add more session details to the event.
See Event types (opens new window).
System Log update for requests made with access tokens
The client ID used to get an access token is now included in all System Logs for requests made with that access token.
Updated Universal Directory System Log events
System Log events are generated when the following endpoints are called:
POST /api/v1/groups/{id}/owners
DELETE /api/v1/groups/{id}/owners/{ownerId}
POST /api/v1/meta/types/user/{id}
PUT /api/v1/meta/types/user/{id}
PUT /api/v1/users/{id}/linkedObjects/{property}/{value}
DELETE /api/v1/users/{id}/linkedObjects/{property}
Bugs fixed in 2024.08.0
Custom IdP profile attribute updates didn't validate the mandatory
externalName
property. (OKTA-690190)System Log events from a token exchange request were missing information about the subject and actor tokens. (OKTA-687172)
July
Weekly release 2024.07.1
Change | Expected in Preview Orgs |
---|---|
New IP service categories added | July 17, 2024 |
Bugs fixed in 2024.07.1 | July 17, 2024 |
New IP service categories added
Additional IP service categories have been added to the enhanced dynamic zones IP service category list (opens new window).
Bugs fixed in 2024.07.1
If an API request in Preview contained any malformed syntax within the query string, the request was still processed. (OKTA-748246)
Authenticators returned by GET requests to the
/idp/myaccount/authenticators
and/idp/myaccount/authenticators/{authenticatorId}
endpoints had theenrollable
property set totrue
. (OKTA-718177)
Monthly release 2024.07.0
Change | Expected in Preview Orgs |
---|---|
OIN Submission Tester copy function update | July 10, 2024 |
OIN Wizard guidance updates | July 10, 2024 |
Identity Threat Protection with Okta AI is GA in Production | April 3, 2024 |
Network zone allowlists for SSWS API tokens is GA Preview | July 10, 2024 |
Network Zones and API token restrictions | July 10, 2024 |
Read-only admins can't use the Principal Rate Limits API to update API tokens | July 10, 2024 |
Event hook limit increased | July 10, 2024 |
Active Directory Bidirectional Group Management API is GA in Production | July 10, 2024 |
OIN Submission Tester copy function update
The copy function in the OIN Submission Tester Network Traffic results section now provides the option to copy the request step either as a URL or a cURL command. See Run tests in the OIN Submission Tester.
OIN Wizard guidance updates
A new link to the Okta Documentation (opens new window) has been added to the SAML properties section of the OIN Wizard. Okta documentation provides guidance on Okta Expression Language usage in SAML properties with integration variables. See Dynamic properties with Okta Expression Language (opens new window).
Identity Threat Protection with Okta AI is GA in Production
Identity Threat Protection with Okta AI is a powerful risk assessment and response solution that provides post-authentication security to your org. By continuously analyzing risk signals that are native to Okta, risk signals from integrated security partner vendors, and your policy conditions, it safeguards orgs against identity attacks that occur during and outside of a user's session. When Identity Threat Protection discovers a risk, it can immediately end the user's sessions, prompt an MFA challenge, or invoke a workflow to restore your org's security posture. Using intuitive dashboard widgets and reports, you can easily monitor security threats as they happen. See Identity Thread Protection with Okta AI (opens new window). See the Shared Signals Framework (SSF) Receiver (opens new window) and SSF SET (opens new window) APIs.
Network zone allowlists for SSWS API tokens is GA Preview
Admins can now specify a network zone allowlist for each static (SSWS) API token. These allowlists define the IP addresses or network ranges from where Okta API requests using SSWS API tokens can be made. This restricts attackers and malware from stealing SSWS tokens and replaying them outside of the specified IP range to gain unauthorized access.
Network Zones and API token restrictions
You can no longer update network zones so they're invalid for use with an API token. This applies only to network zones that are used as restrictions to API tokens. You can update network zones if you first remove them from the API token restriction. These zones can't be deactivated, deleted, blocklisted, or made anything other than an active IP zone.
Read-only admins can't use the Principal Rate Limits API to update API tokens
Read-only admins can no longer use the principal rate limits endpoint (/api/v1/principal-rate-limits/{principalRateLimitId}
) to update the rate limit for their own API tokens.
Event hook limit increased
The limit on active event hooks per org has been increased from 10 to 25. See Event hooks.
Active Directory Bidirectional Group Management API is GA in Production
The Bidirectional Group Management for Active Directory (AD) (Directories Integration) API (opens new window) allows you to manage AD groups from within Okta. You can add or remove users from groups based on their identity and access requirements. This ensures that changes made to user access in Okta are reflected in AD. When you use Okta Access Certifications to revoke a user's membership to an AD group, the removal is reflected in AD.
Okta can only manage group memberships for users and groups imported into Okta using the AD integration. It isn't possible to manage users and groups that weren't imported through AD integration or are outside the organizational unit's scope for the integration using this feature.
June
Weekly release 2024.06.2
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2024.06.2 | July 2, 2024 |
Bugs fixed in 2024.06.2
The List all IdP key credentials API response always included a "next" link header, even if there were no more pages left to return. (OKTA-718352)
An app created by an API call with an existing
clientId
in the request payload didn't match the way an app was created in the UI. This resulted in the wrong app rate limit displayed in the rate limit dashboard. (OKTA-736117)The oauth2/introspect (opens new window) endpoint hit rate limits without logging it in the System Log. (OKTA-744604)
The number of group members returned from the
/api/v1/groups/{group_id}/users
API call was inconsistent with the database query count of the same group. (OKTA-7747426)
Weekly release 2024.06.1
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2024.06.1 | June 20, 2024 |
Bugs fixed in 2024.06.1
An error occurred during the device code flow using an external Identity Provider and an inline token hook. (OKTA-733713)
The
security.breached_credential.detected
System Log event had a typo. (OKTA-736552)
Monthly release 2024.06.0
Change | Expected in Preview Orgs |
---|---|
Active Directory Bidirectional Group Management API is GA in Preview | June 5, 2024 |
Seamless ISV experience with integrated testing is GA in Production | June 5, 2024 |
Your OIN Integrations instruction updates | June 5, 2024 |
SCIM 2.0 endpoint call update for user ResourceType requirements | June 5, 2024 |
Increase to Inline Hooks | June 5, 2024 |
New attribute to manage SAML app session lifetimes is GA in Preview | June 5, 2024 |
Protected actions in the Admin Console is GA in Preview | June 5, 2024 |
Developer documentation update in 2024.06.0 | June 5, 2024 |
Bug fixed in 2024.06.0 | June 5, 2024 |
Active Directory Bidirectional Group Management API is GA in Preview
The Bidirectional Group Management for Active Directory (AD) API (opens new window) allows you to manage AD groups from within Okta. You can add or remove users from groups based on their identity and access requirements. This ensures that changes made to user access in Okta are reflected in AD. When you use Okta Access Certifications to revoke a user's membership to an AD group, the removal is reflected in AD.
Okta can only manage group memberships for users and groups imported into Okta using the AD integration. It isn't possible to manage users and groups that weren't imported through AD integration or are outside the organizational unit's scope for the integration using this feature.
Seamless ISV experience with integrated testing is GA in Production
Okta now provides a seamless ISV experience to optimize the Okta Integration Network (OIN) (opens new window) submission experience for SAML and OIDC integrations. This new experience enables independent software vendors (ISVs) to build and automatically test their integration metadata before submission. This reduces the time needed for the OIN team to review and validate that the integration functions as intended, which shortens the time to publish in the OIN. This experience also incorporates communication processes in Salesforce, enabling improved collaboration internally within Okta teams and externally with ISVs. See Publish an OIN integration overview and Submit an SSO integration with the OIN Wizard guide.
Your OIN Integrations instruction updates
The instructions on how to submit your OIN integration have been updated on the Your OIN Integrations page of the Admin Console in Developer Edition orgs.
SCIM 2.0 endpoint call update for user ResourceType requirements
When using SCIM 2.0 with Entitlements, Okta no longer requires a user ResourceType
value when no custom schemaExtensions
are used. This applies only to SCIM 2.0 apps enabled for governance with Okta Identity Governance leveraging the /ResourceTypes
endpoint.
Increase to Inline Hooks
The maximum number of inline hooks an org can create is now 100. The previous maximum was 50. See Inline hook setup.
New attribute to manage SAML app session lifetimes is GA in Preview
The SessionNotOnOrAfter
parameter is an optional SAML parameter that enables the IdP to control the session at the SP. Add SessionNotOnOrAfter
as an attribute in the SAML assertion to control the session lifetimes of SP apps using the Okta IdP.
Protected actions in the Admin Console is GA in Preview
The protected actions feature provides an additional layer of security to your org. It prompts admins for authentication when they perform critical tasks in the Admin Console and helps ensure that only authorized admins can perform these tasks. Super admins can configure the authentication interval for their org. See Protected actions in the Admin Console (opens new window).
Developer documentation update in 2024.06.0
- The Customize domain and email address guide now says that network zones are incompatible with Okta-managed TLS certificates. (OKTA-730633)
Bug fixed in 2024.06.0
- The
forceAuthn
parameter was ignored for org2org apps using the SAML sign-in mode and AMR claims mapping. (OKTA-711957)
May
Weekly release 2024.05.1
Change | Expected in Preview Orgs |
---|---|
Enhanced Dynamic Network Zones is self-service EA | May 15, 2024 |
Bug fixed in 2024.05.1 | May 15, 2024 |
Enhanced Dynamic Network Zones is self-service EA
Use Enhanced Dynamic Network Zones to define IP service categories (proxies, VPNs), locations, and Autonomous System Numbers (ASNs) that are allowed or blocked in a zone. See Network Zones API (opens new window).
Bug fixed in 2024.05.1
- Sometimes the SAML assertion lifetime couldn't be unset when the SAML Assertion Lifetime API feature was enabled. (OKTA-728316)
Monthly release 2024.05.0
Change | Expected in Preview Orgs |
---|---|
Seamless ISV experience with integrated testing is GA in Preview | May 8, 2024 |
PUT requests for an API token network condition is self-service EA | May 8, 2024 |
Permissions for custom admins to manage agents is GA in Production | May 8, 2024 |
New System Log API property for target object is GA Preview | May 8, 2024 |
Bugs fixed in 2024.05.0 | May 8, 2024 |
Seamless ISV experience with integrated testing is GA in Preview
Okta now provides a seamless ISV experience to optimize the Okta Integration Network (OIN) (opens new window) submission experience for SAML and OIDC integrations. This new experience enables independent software vendors (ISVs) to build and automatically test their integration metadata before submission. This reduces the time needed for the OIN team to review and validate that the integration functions as intended, which shortens the time to publish in the OIN. This experience also incorporates communication processes in Salesforce, enabling improved collaboration internally within Okta teams and externally with ISVs. See Publish an OIN integration overview and Submit an SSO integration with the OIN Wizard guide.
PUT requests for an API token network condition is self-service EA
You can now make PUT requests to the /api-tokens/{apiTokenId}
endpoint to update the network condition of an API token.
Permissions for custom admins to manage agents is GA in Production
Custom admins can now view, register, and manage agents. See Permission types (opens new window).
New System Log API property for target object is GA Preview
Certain System Log events now contain a new property called changeDetails
in the target
object. When this property is populated, it reflects new, changed, or removed attributes of the target resource that's been modified. See changeDetails property (opens new window).
Bugs fixed in 2024.05.0
When a large number of users were linked to an Identity Provider, requests to the
/idps/{IdP_ID}/users
endpoint timed out. (OKTA-710934)POST requests to the
/sessions/me/lifecycle/refresh
endpoint didn't return asid
cookie. (OKTA-716839)If a login pattern (opens new window) failed validation when making a request with the Schemas API, the call dropped the pattern and continued the request. (OKTA-723332)
The Apps API accepted
0
as a value for thesamlAssertionLifetimeSeconds
parameter. (OKTA-723982)
April
Weekly release 2024.04.3
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2024.04.3 | May 01, 2024 |
Bugs fixed in 2024.04.3
GET policy rules (
/v1/policies/{policyId}/rules
) and GET a policy rule (/v1/policies/{policyId}/rules/{ruleId}
) requests returned a rule with a null value for thecreated
property. (OKTA-542919)The Factors API didn't correctly return all
profile.keys
parameters for Okta Verify enrollments. (OKTA-694655)Apps API users were able to add duplicate SAML
attributeStatements
when they created or updated a custom SAML 2.0 app. (OKTA-706474)GET calls to
/iam/roles
sometimes didn't return link headers. (OKTA-712212)When the First name and Last name values in a user's profile contained dots, they were clickable in emails. (OKTA-712504)
The
/introspect
endpoint response was incorrect for an access token returned by the On-Behalf-Of Token Exchange flow. (OKTA-712602)
Monthly release 2024.04.0
Change | Expected in Preview Orgs |
---|---|
Customize Okta to use the telecommunications provider of your choice is GA in Production | March 7, 2024 |
Permissions for custom admins to manage agents is GA in Preview | April 3, 2024 |
Enhanced app API contracts is GA in Production | April 3, 2024 |
Content Security Policy for custom domains is GA in Production | January 31, 2024 |
Developer documentation update in 2024.04.0 | April 3, 2024 |
Bug fixed in 2024.04.0 | April 3, 2024 |
Customize Okta to use the telecommunications provider of your choice is GA in Production
While Okta provides out of the box telephony functionality, many customers need the ability to integrate their existing telecommunications provider with Okta to deliver SMS and Voice messages.
The Telephony Inline Hook allows customers to generate one-time passcodes within Okta and then use their existing telecommunications provider to deliver the messages for MFA enrollment/verification, password reset, and account unlock using SMS or Voice. This allows customers to use their existing telephony solution within Okta, due to the time they've already invested in their existing telephony solution, the need to use a specific regional provider, or simply the desire to maintain flexibility. See Connect to an external telephony service provider (opens new window).
Permissions for custom admins to manage agents is GA in Preview
Custom admins can now view, register, and manage agents. See Permission types (opens new window).
Enhanced app API contracts is GA in Production
Okta has API documentation on creating instances of custom apps. Yet, it doesn't fully describe the app metadata required for features such as SSO and provisioning for apps installed from the Okta Integration Network (OIN). In an effort to improve the API for apps in the OIN, new app metadata contracts have been added to the Okta management API. Operators and developers can programmatically create instances of popular OIN apps in their ecosystem and set up the provisioning connection.
See OIN app request payloads in the Applications API (opens new window) and the Set up an app provisioning connection guide.
Content Security Policy for custom domains is GA in Production
The Content Security Policy (CSP) feature lets admins control which URLs may be linked to from customized sign-in and error pages in orgs that use custom domains. Admins add trusted URLs to Okta that link to items such as images and add these links to the code in their sign-in and error pages. This feature enhances security by enabling admins to allow only approved content to appear and prevent the introduction of potentially malicious code to these pages. See Content Security Policy (CSP) for your custom domain.
Developer documentation update in 2024.04.0
The OIN QA SCIM test plan file was updated. The following test cases were modified: C9319, C9320, C9321, C9360, and C9361.
Bug fixed in 2024.04.0
Users were able to unselect a saved SSO protocol for an integration submission in the OIN Wizard. (OKTA-710638)
March
Weekly release 2024.03.2
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2024.03.2 | March 27, 2024 |
Bugs fixed in 2024.03.2
An admin was able to make a GET Policy request (
/authorizationServers/{authorizationServerId}/policies/{policyId}
) to an authorization server with no policies, using a policy ID from another authorization server with policies, and get that policy information returned. (OKTA-684225)Client rate limiting configurations for the
/login/login.htm
endpoint were displayed incorrectly in the Rate Limit dashboard and were in an inconsistent state for some orgs. (OKTA-699914)Okta sometimes incorrectly returned an Invalid Phone Number error during SMS factor enrollment. (OKTA-705078)
After an admin deleted a user, an internal server error sometimes occurred when the admin then made a LIST IdP users request (
api/v1/idps/{idpId}/users
). (OKTA-708102)
Weekly release 2024.03.1
Change | Expected in Preview Orgs |
---|---|
Bug fixed in 2024.03.1 | March 13, 2024 |
Bug fixed in 2024.03.1
One-time passcodes (OTPs) that were sent using a telephony inline hook weren't subject to rate limits. (OKTA-704319)
Monthly release 2024.03.0
Change | Expected in Preview Orgs |
---|---|
Permission conditions for profile attributes is GA in Production | March 7, 2024 |
Content Security Policy for custom domains is GA in Preview | March 7, 2024 |
New mappings property for Policy API is EA in Preview | March 7, 2024 |
AAL values for Login.gov IdP | March 7, 2024 |
Externally signed org AS access tokens | March 7, 2024 |
Support case management for admins is GA in Preview | March 7, 2024 |
Realms for Workforce | March 7, 2024 |
Enhanced app API contracts | March 7, 2024 |
Bugs fixed in 2024.03.0 | March 6, 2024 |
Permission conditions for profile attributes is GA in Production
You can now apply conditions to the View users and their details and Edit users' profile attributes custom admin role permissions. Permission conditions help you limit the scope of a role by including or excluding admins' access to individual profile attributes. This gives you more granular control over your custom admin roles and helps meet your org's unique security needs. See Permission conditions (opens new window).
Content Security Policy for custom domains is GA in Preview
The Content Security Policy (CSP) feature lets admins control which URLs may be linked to from customized sign-in and error pages in orgs that use custom domains. Admins add trusted URLs to Okta that link to items such as images and add these links to the code in their sign-in and error pages. This feature enhances security by enabling admins to allow only approved content to appear and prevent the introduction of potentially malicious code to these pages. See Content Security Policy (CSP) for your custom domain.
New mappings property for Policy API is EA in Preview
A new mappings
property is available for the links
object in GET /api/v1/policies/{policyId}
and GET /api/v1/policies?type={type}
responses. This property displays links to policy mappings. See Policy API.
AAL values for Login.gov IdP
The Login.gov IdP configuration has been updated to include all allowed AAL values.
Externally signed org AS access tokens
Access tokens returned from the org authorization server are now signed using the externally published signing key. These access tokens must still be treated as opaque strings and not be validated or consumed by any application other than Okta.
Support case management for admins is GA in Preview
Super admins can now assign the View, create, and manage Okta support cases permission and Support Cases resource to a custom admin role. This allows delegated admins to manage the support cases that they've opened. See About role permissions (opens new window).
Realms for Workforce
Realms allows you to unlock greater flexibility in managing and delegating management of your distinct user populations within a single Okta org. See the Realms (opens new window) and Realm Assignments (opens new window) APIs.
Enhanced app API contracts
Okta has API documentation on creating instances of custom apps. Yet, it doesn't fully describe the app metadata required for features such as SSO and provisioning for apps installed from the Okta Integration Network (OIN). In an effort to improve the API for apps in the OIN, new app metadata contracts have been added to the Okta management API. Operators and developers can programmatically create instances of popular OIN apps in their ecosystem and set up the provisioning connection. See Set up an app provisioning connection.
Bugs fixed in 2024.03.0
Okta required a
sharedSecret
length of 16 characters when enrolling a Google Authenticator using the Factors API. Okta now acceptssharedSecret
lengths between 16 and 32 characters. (OKTA-654920)Some group claims failed if Okta Expression Language was used. (OKTA-660870)
An inline hook secured by an OAuth 2.0 token that had no expiry value returned an HTTP 400 Bad Request error. (OKTA-702184)
February
Weekly release 2024.02.2
Change | Expected in Preview Orgs |
---|---|
Bugs fixed in 2024.02.2 | February 22, 2024 |
Bugs fixed in 2024.02.2
Okta sometimes incorrectly returned an Invalid Phone Number error during SMS factor enrollment. (OKTA-683026)
Sometimes, an OAuth 2.0-secured inline hook that contained a custom domain authorization server in the token URL returned a null pointer exception error, instead of an appropriate error. (OKTA-656265)
User passwords could be updated to match the answer to the recovery question. (OKTA-654993)
Weekly release 2024.02.1
Change | Expected in Preview Orgs |
---|---|
HTTP header filter | February 22, 2024 |
Bug fixed in 2024.02.1 | February 14, 2024 |
HTTP header filter
To improve the security of your org, Okta now filters and encodes any illegal unicode characters for outgoing HTTP headers.
Bug fixed in 2024.02.1
The List all enrolled Factors endpoint (GET /api/v1/users/{userId}/factors
) returned an incorrectly prefixed ID for SMS factors with a PENDING ACTIVATION status. (OKTA-690496)
Monthly release 2024.02.0
Change | Expected in Preview Orgs |
---|---|
Assign admin roles to an app | June 14, 2023 |
DPoP support for Okta management APIs is GA in Production | December 13, 2023 |
New attribute to manage SAML app session lifetimes is EA in Preview | February 7, 2024 |
New function for email templates is EA in Preview | February 7, 2024 |
POST requests now allowed to the logout endpoint | February 7, 2024 |
Seamless ISV experience is GA in Production | January 10, 2024 |
Developer documentation update in 2024.02.0 | February 7, 2024 |
Bugs fixed in 2024.02.0 | February 7, 2024 |
Assign admin roles to an app
Orgs can now assign admin roles to their custom API Service Integrations. Apps with assigned admin roles are constrained to the permissions and resources that are included in the role assignment. This helps ensure that apps only have access to the resources that are needed to perform their tasks and improves orgs' overall security. See Work with the admin component (opens new window).
DPoP support for Okta management APIs is GA in Production
You can now use OAuth 2.0 Demonstrating Proof-of-Possession (DPoP) access tokens to access Okta management APIs. See Configure OAuth 2.0 Demonstrating Proof-of-Possession.
New attribute to manage SAML app session lifetimes is EA in Preview
The samlAssertionLifetimeSeconds
parameter is an optional SAML parameter that allows the IdP to control the session at the SP. This parameter allows users to add samlAssertionLifetimeSeconds
as an attribute in the SAML assertion to control the session lifetimes of SP apps using the Okta IdP. See the Settings table (opens new window) in the Add custom SAML application section.
New function for email templates is EA in Preview
You can now use the getTimeDiffHoursNow
function in each of the available email notification templates. If you want to add more locales when customizing email templates, you need to use this function instead of the formatTimeDiffHoursNowInUserLocale
function. The new function returns only the time value in the specified unit. See Enable additional locales.
POST requests now allowed to the logout endpoint
You can now access the /oauth2/{id}/v1/logout
and /oauth2/v1/logout
endpoints with a POST request. See POST logout (opens new window).
Seamless ISV experience is GA in Production
Okta now provides a seamless ISV experience to optimize the Okta Integration Network (OIN) (opens new window) submission experience for SAML and OIDC integrations. This new experience enables independent software vendors (ISVs) to build and manually test their integration metadata before submission. This reduces the time needed for the OIN team to review and validate that the integration functions as intended, which shortens the time to publish in the OIN. This experience also incorporates communication processes in Salesforce, enabling improved collaboration internally within Okta teams and externally with ISVs. See Publish an OIN integration (opens new window) overview and Submit an SSO integration with the OIN Wizard (opens new window) guide.
Developer documentation update in 2024.02.0
Instructions for testing Okta REST APIs with Postman have been updated to provide OAuth 2.0 authentication set up and use. OAuth 2.0 is recommended to access Okta management APIs instead of the proprietary SSWS API token to ensure enhanced security.
These instructions are now under References > Test APIs with Postman.
The Self-service registration guide is now easier to read and quicker to complete. All flow diagrams have been updated so they are easier to follow, and configuration instructions now match the current Admin Console.
Bugs fixed in 2024.02.0
Some
call
Factor enrollments were left in a pending activation state after enrollment or reset. (OKTA-649508)When users signed in with an external Identity Provider and the multiple matching users error occurred, they were redirected to the sign-in page instead of the error page. (OKTA-658717)
January
Weekly release 2024.01.2
Change | Expected in Preview Orgs |
---|---|
Content Security Policy for custom domains is EA in Preview | January 31, 2024 |
IP restrictions on tokens | January 31, 2024 |
Bugs fixed in 2024.01.2 | January 31, 2024 |
Content Security Policy for custom domains is EA in Preview
The Content Security Policy (CSP) feature lets admins control which URLs may be linked to from customized sign-in and error pages in orgs that use custom domains. Admins add trusted URLs to Okta that link to items such as images and add these links to the code in their sign-in and error pages. This feature enhances security by enabling admins to allow only approved content to appear and prevent the introduction of potentially malicious code to these pages. See Content Security Policy (CSP) for your custom domain.
IP restrictions on tokens
Admins can specify allowlisted and blocklisted network zones for static, Single Sign-On Web System (SSWS) API tokens. This strengthens org security by letting them control where calls to Okta APIs can originate from. It also restricts attackers and malware from stealing SSWS tokens or replaying them outside of their IP range to gain unauthorized access.
Bugs fixed in 2024.01.2
POST requests to the
/sessions/me/lifecycle/refresh
endpoint didn't return an updated session cookie. (OKTA-665452)System Log events for the access token, ID token, and user SSO grants didn't include
externalSessionId
. (OKTA-664370)System Log events for access token and ID token grants didn't include user attributes. (OKTA-674218)
Monthly release 2024.01.0
Change | Expected in Preview Orgs |
---|---|
DPoP support for Okta management APIs is GA in Preview | December 13, 2023 |
Read-only permission for admin role assignments is GA in Production | November 8, 2023 |
Seamless ISV experience is GA in Preview | January 10, 2024 |
System Log events for IdP keystore operations | January 10, 2024 |
Updated RADIUS authentication prompts | January 10, 2024 |
DPoP support for Okta management APIs is GA in Preview
You can now use OAuth 2.0 Demonstrating Proof-of-Possession (DPoP) access tokens to access Okta management APIs. See Configure OAuth 2.0 Demonstrating Proof-of-Possession.
Read-only permission for admin role assignments is GA in Production
Super admins can now assign the View roles, resources, and admin assignments permission to their delegated admins. This permission gives admins a read-only view of the admin roles, resource sets, and admin assignments in the org. See About role permission (opens new window).
Seamless ISV experience is GA in Preview
Okta now provides a seamless ISV experience to optimize the Okta Integration Network (OIN) (opens new window) submission experience for SAML and OIDC integrations. This new experience enables independent software vendors (ISVs) to build and manually test their integration metadata before submission. This reduces the time needed for the OIN team to review and validate that the integration functions as intended, which shortens the time to publish in the OIN.
This experience also incorporates communication processes in Salesforce, enabling improved collaboration internally within Okta teams and externally with ISVs. See Publish an OIN integration overview and Submit an SSO integration with the OIN Wizard guide.
System Log events for IdP keystore operations
New System Log events are generated for IdP keystore operations:
system.idp.key.create
system.idp.key.update
system.idp.key.delete
Updated RADIUS authentication prompts
RADIUS authentication prompts are updated to be clearer.