FEATURES:
resource/auth0_tenant– Addsessions.anonymousblock withlifetime_in_minutesandactivate_cookieattributes for managing anonymous session lifetime and activation (EA only) (#1712)resource/auth0_client– Addanonymous_sessionsblock withactiveattribute to opt a client into anonymous session support; removing the block clears the setting on the API (EA only) (#1712)resource/auth0_resource_server– Addsubject_type_authorization.anonymous_user.policyandtoken_lifetime_for_anonymous_access_tokensfor anonymous user authorization settings (EA only) (#1712)resource/auth0_client_grant– Addanonymous_useras an accepted value forsubject_type(EA only) (#1712)resource/auth0_resource_server– Addaccess_tokenblock withclaims_mapping.custom_claims(a list of{ name, expression }rules, max 20) for custom claims mapping into resource server access tokens (EA only) (#1721)data-source/auth0_resource_server– Exposeaccess_tokenblock withclaims_mapping.custom_claims(EA only) (#1721)resource/auth0_client– Addenforce_permission_ceilingandenforce_self_assignment_restrictionboolean attributes tomy_organization_configurationfor member management controls (EA only) (#1720)
ENHANCEMENTS:
resource/auth0_guardian– Addsettingsblock withdisplay_remember_me_checkbox,remember_me_default_value,mfa_session_inactivity_timeout, andmfa_session_overall_timeoutfor advanced MFA session configuration (#1684)resource/auth0_guardian– Addphone_settingsandemail_settingsblocks withotp_lengthandotp_expiration_timefor per-factor OTP configuration (#1684)resource/auth0_guardian– Surface missing Adaptive MFA entitlement as a non-fatal warning instead of a hard error, allowingapplyto succeed on tenants without the add-on (#1716)resource/auth0_risk_assessments– Surface missing Adaptive MFA entitlement as a non-fatal warning (#1716)resource/auth0_risk_assessments_new_device– Surface missing Adaptive MFA entitlement as a non-fatal warning (#1716)resource/auth0_prompt_screen_partials– Addconfirmationas an acceptedprompt_typevalue (#1710)resource/auth0_prompt_custom_text– Addconfirmationas an accepted prompt value (#1710)resource/auth0_action– Addpost-credential-validationas an acceptedtriggervalue (limited release; enabled per tenant by Auth0) (#1714)
BUG FIXES:
resource/auth0_action– Addstatusas aComputedattribute; adeploy = trueaction stuck infailedstate now surfaces a replacement plan instead of silently reporting no changes (#1705)resource/auth0_user_attribute_profile– Preserve the configured order ofuser_attributesto eliminate perpetual plan drift when the attribute order differs from alphabetical (#1711)resource/auth0_log_stream– Preservepii_configwhen updating other fields (e.g.filters), preventing silent resets of PII obfuscation settings (#1713)