feat!: Custom Domains pagination, Directory Provisioning API, and Guardian provider updates#1278
Merged
developerkunal merged 1 commit intomasterfrom Dec 10, 2025
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1278 +/- ##
==========================================
+ Coverage 89.18% 89.21% +0.02%
==========================================
Files 364 369 +5
Lines 16472 16846 +374
Branches 8319 8374 +55
==========================================
+ Hits 14691 15029 +338
- Misses 1781 1817 +36
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
gyaneshgouraw-okta
approved these changes
Dec 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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