⚠️ Breaking Changes
identifiersparameter removed frombranding.update();identifiersfield removed fromGetBrandingResponseContentandUpdateBrandingResponseContent. The following types are no longer exported from auth0.management.types:BrandingIdentifiers,UpdateBrandingIdentifiers,BrandingPhoneDisplay,UpdateBrandingPhoneDisplay,BrandingLoginDisplayEnum,BrandingPhoneFormattingEnum,BrandingPhoneMaskingEnum,UpdateBrandingLoginDisplayEnum,UpdateBrandingPhoneFormattingEnum,UpdateBrandingPhoneMaskingEnum. These settings now live exclusively on the theme resource (PATCH /api/v2/branding/themes/{id}) #860 (fern-api[bot])idwas a requiredstronPhoneTemplate,GetPhoneTemplateResponseContent,CreatePhoneTemplateResponseContent,UpdatePhoneTemplateResponseContent, andResetPhoneTemplateResponseContent. It is nowOptional[str]. Code that accesses.idwithout aNonecheck will require updating #860 (fern-api[bot])
Added
- feat:
security_headers(TenantSettingsNullableSecurityHeaders, CSP + XSS protection config),country_codes(TenantSettingsCountryCodesResponse, phone identifier allow/deny list), andinclude_session_metadata_in_tenant_logs(bool) added toGetTenantSettingsResponseContentandUpdateTenantSettingsResponseContent#860 (fern-api[bot]) - feat:
id_token_session_expiry_supported(ConnectionIdTokenSessionExpirySupported) added toConnectionOptionsCommonOidcandUpdateConnectionOptions#860 (fern-api[bot]) - feat: new
invitation_landing_client_idOptional field added toClientMyOrganizationPostConfiguration,ClientMyOrganizationPatchConfiguration, andClientMyOrganizationResponseConfiguration- available onPOST /clients,PATCH /clients/{id},GET /clients, andGET /clients/{id}#860 (fern-api[bot])
Fixed
- fix:
GET /client-grants/{id}/organizations— added404handling; raisesNotFoundErrorwhen the grant does not exist (was previously an unhandled parse error) #860 (fern-api[bot]) - fix:
PATCH /token-exchange-profiles/{id}— added409handling; raisesConflictErrorwhen a profile with the samesubject_token_typealready exists (was previously an unhandled parse error) #860 (fern-api[bot])