Skip to content

feat: add Cross App Access and Identity Assertion grants, Branding Theme Identifiers, and Session actor#771

Merged
kishore7snehil merged 3 commits into
v6from
fern-bot/2026-07-21_07-06-12_846
Jul 22, 2026
Merged

feat: add Cross App Access and Identity Assertion grants, Branding Theme Identifiers, and Session actor#771
kishore7snehil merged 3 commits into
v6from
fern-bot/2026-07-21_07-06-12_846

Conversation

@fern-api

@fern-api fern-api Bot commented Jul 21, 2026

Copy link
Copy Markdown

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 app - cross_app_access_resource_app on connection create/update request and OIDC response, backed by CrossAppAccessResourceApp, CreateCrossAppAccessResourceApp, UpdateCrossAppAccessResourceApp, and ConnectionCrossAppAccessResourceApp types with the CrossAppAccessResourceAppStatusEnum (enabled/disabled) status enum
  • Identity Assertion Authorization Grant - identity_assertion_authorization_grant on client create/update/response, backed by IdentityAssertionAuthorizationGrant, CreateIdentityAssertionAuthorizationGrant, and UpdateIdentityAssertionAuthorizationGrant types
  • Third-party client access config - third_party_client_access_config on the self-service profile SSO ticket create, backed by ThirdPartyClientAccessConfig
  • Session actor metadata - actor on session get/update response, backed by SessionActorMetadata and the SessionActorClaimValue union
  • Branding Theme Identifiers - identifiers on branding theme create/update/response, backed by BrandingThemeIdentifiers with BrandingThemeIdentifiersLoginDisplayEnum, BrandingThemeIdentifiersPhoneDisplay, BrandingThemeIdentifiersPhoneDisplayFormattingEnum, and BrandingThemeIdentifiersPhoneDisplayMaskingEnum

✏️ Modified endpoints (new properties):

  • B2B Integration app type - b2b_integration member on ClientAppTypeEnum
  • Anonymous user grant subject - anonymous_user member on ClientGrantSubjectTypeEnum

References

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.

  • This change adds unit test coverage
  • This change has been tested on the latest version of Ruby

Checklist

fern-api Bot added 2 commits July 21, 2026 07:06
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-ruby-sdk: 1.17.8
@fern-api
fern-api Bot requested a review from a team as a code owner July 21, 2026 07:06
@kishore7snehil kishore7snehil changed the title SDK regeneration feat: add Cross App Access and Identity Assertion grants, Branding Theme Identifiers, and Session actor Jul 22, 2026
@kishore7snehil
kishore7snehil merged commit 05d36c2 into v6 Jul 22, 2026
8 checks passed
@kishore7snehil
kishore7snehil deleted the fern-bot/2026-07-21_07-06-12_846 branch July 22, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants