Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ When you import AI agents from a provider with the [Start the import of an AI ag

* In some orgs, users couldn't authenticate with their IdP, even though `trustClaims` was enabled and the IdP had already satisfied the app sign-in policy's phishing resistant requirement by including `phr` or `phrh` AMR claims. (OKTA-1204547)

* Integrator orgs with Bring Your Own Telephony (BYOT) received the "Your free tier organization has reached the limit of SMS requests that can be sent within a 30 day period" error message, even though this cost-control limit no longer applied. (OKTA-1214692)

* When a client retrieved information about user grants and tokens with an `expand` query parameter and pagination that required a next page, the `next` link in the response's `Link` header omitted `expand`.

This issue affected the following endpoints:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ title: Okta Classic Engine API release notes 2026

* Some proxies and VPNs weren't supported as values in the `ipServiceCategories` field when creating or replacing an enhanced dynamic zone. (OKTA-1223345)

* Integrator orgs with Bring Your Own Telephony (BYOT) received the "Your free tier organization has reached the limit of SMS requests that can be sent within a 30 day period" error message, even though this cost-control limit no longer applied. (OKTA-1214692)

* When a client retrieved information about user grants and tokens with an `expand` query parameter and pagination that required a next page, the `next` link in the response's `Link` header omitted `expand`.

This issue affected the following endpoints:
Expand Down