feat: Branding Theme Identifiers, Self-Service Third-Party Client Access, Cross-App Access & Session Actor support#906
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-java-sdk: 4.11.1
Patches applied (1): - patch-ec28244b: feat: add MIGRATION_GUIDE (#900)
kailash-b
approved these changes
Jul 22, 2026
Merged
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.
Summary
This PR regenerates the SDK to surface newly released Management API fields across Branding Themes, Self-Service Profiles, Clients, Connections, Sessions, and Attack Protection.
Branding Themes
Adds typed support for the new
identifiersobject on the theme body.New fields
identifiers(BrandingThemeIdentifiers)login_display(BrandingThemeIdentifiersLoginDisplayEnum)separateunifiedotp_autocomplete(boolean)phone_display(BrandingThemeIdentifiersPhoneDisplay)masking(BrandingThemeIdentifiersPhoneDisplayMaskingEnum)hide_country_codemask_digitsshow_allformatting(BrandingThemeIdentifiersPhoneDisplayFormattingEnum)internationalregionalAffected models
CreateBrandingThemeRequestContentUpdateBrandingThemeRequestContentCreateBrandingThemeResponseContentUpdateBrandingThemeResponseContentGetBrandingThemeResponseContentGetBrandingDefaultThemeResponseContentSelf-Service Profiles
Adds typed support for the new
third_party_client_access_configobject on the SSO ticket request.New fields
thirdPartyClientAccessConfig(ThirdPartyClientAccessConfig)allow_configuration(boolean) (required when the object is provided)Affected models
CreateSelfServiceProfileSsoTicketRequestContentClients
Adds typed support for:
identityAssertionAuthorizationGrantCreateIdentityAssertionAuthorizationGrantUpdateIdentityAssertionAuthorizationGrantAffected models
CreateClientRequestContentUpdateClientRequestContentEnum additions
ClientAppTypeEnumClientGrantSubjectTypeEnumConnections
Adds typed support for Cross-App Access resource apps.
New fields
crossAppAccessResourceAppCreateCrossAppAccessResourceAppUpdateCrossAppAccessResourceAppCrossAppAccessResourceAppEnum additions
CrossAppAccessResourceAppStatusEnumConnectionCrossAppAccessResourceAppAffected models
CreateConnectionRequestContentUpdateConnectionRequestContentCreateConnectionRequestContentOidcUpdateConnectionRequestContentOidcConnectionResponseContentOidcConnectionForListSessions
Adds typed support for actor metadata (token exchange / impersonation).
New fields
actorSessionActorMetadataSessionActorClaimValueAffected models
SessionResponseContentGetSessionResponseContentUpdateSessionResponseContentAttack Protection
Adds a new Suspicious IP Throttling stage:
pre-custom-token-exchange(SuspiciousIpThrottlingPreCustomTokenExchangeStage)Testing
Automated Testing
BrandingThemesWireTestClientsWireTestConnectionsWireTestSessionsWireTestAttackProtectionSuspiciousIpThrottlingWireTestManual Testing Snippets
accessTokenfrom the Auth0 dashboard or using AuthAPIManagementApiinstance with access tokenBranding Themes
Create a theme with identifiers
Endpoint
Update theme identifiers
Endpoint
Read a theme
Endpoint
Read the default theme
Endpoint
Self-Service Profiles
Create an SSO ticket with third-party client access
Endpoint