feat!: Custom Domains pagination, Directory Provisioning API, and Guardian provider updates #1278
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
This release introduces several new features and includes breaking changes to improve API consistency and add pagination support.
Guardian Push Notification Providers - HTTP Method Changes
The
set*Providermethods now use PUT (full replacement) instead of PATCH. Newupdate*Providermethods added for partial updates:setApnsProvider()updateApnsProvider()setFcmProvider()updateFcmProvider()setFcmv1Provider()updateFcmv1Provider()New Features
Directory Provisioning API
New API for managing directory provisioning configuration on connections:
Client Token Exchange Configuration
New
token_exchangeoption for clients:Organization Discovery Domains
New
use_for_organization_discoveryfield to control whether a discovery domain should be used for organization discovery:Custom Domain Metadata
New
domain_metadatafield for custom domains:Change Password Ticket Identity
New
identityoption for change password tickets:Token Exchange Profiles - Legal Notice
Token Exchange Profile endpoints now include legal notice about Free Trial terms in Okta's Master Subscription Agreement.
Other Improvements
context_configurationtype improved, property ordering updatedpoliciesarray withaudienceandscopefieldsReferences
Internal API definition updates
Testing
All existing and new tests pass successfully.
Checklist