feat: add Cross App Access and Identity Assertion grants, Branding Theme Identifiers, and Session actor#771
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-ruby-sdk: 1.17.8
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.
Changes
SDK regeneration from the Auth0 OpenAPI spec via Fern. Adds Cross App Access resource-app and Identity Assertion authorization-grant configuration on connections and clients, Branding Theme identifier display settings, session actor metadata, third-party client access on self-service SSO tickets, and two new enum members.
✏️ Modified endpoints (new types):
cross_app_access_resource_appon connection create/update request and OIDC response, backed byCrossAppAccessResourceApp,CreateCrossAppAccessResourceApp,UpdateCrossAppAccessResourceApp, andConnectionCrossAppAccessResourceApptypes with theCrossAppAccessResourceAppStatusEnum(enabled/disabled) status enumidentity_assertion_authorization_granton client create/update/response, backed byIdentityAssertionAuthorizationGrant,CreateIdentityAssertionAuthorizationGrant, andUpdateIdentityAssertionAuthorizationGranttypesthird_party_client_access_configon the self-service profile SSO ticket create, backed byThirdPartyClientAccessConfigactoron session get/update response, backed bySessionActorMetadataand theSessionActorClaimValueunionidentifierson branding theme create/update/response, backed byBrandingThemeIdentifierswithBrandingThemeIdentifiersLoginDisplayEnum,BrandingThemeIdentifiersPhoneDisplay,BrandingThemeIdentifiersPhoneDisplayFormattingEnum, andBrandingThemeIdentifiersPhoneDisplayMaskingEnum✏️ Modified endpoints (new properties):
b2b_integrationmember onClientAppTypeEnumanonymous_usermember onClientGrantSubjectTypeEnumReferences
N/A
Testing
Existing wire tests were regenerated to match the updated client. The live-tenant integration test passes against a dev tenant, and the new types load correctly.
Checklist