Variable ClientRedirectionPolicyEnumConst
ClientRedirectionPolicyEnum: {
AllowAlways: "allow_always";
OpenRedirectProtection: "open_redirect_protection";
} = ...
Type Declaration
ReadonlyAllowAlways: "allow_always"
ReadonlyOpenRedirectProtection: "open_redirect_protection"
Controls whether Auth0 redirects users to the application's callback URL on authentication errors or in email verification flows.
open_redirect_protectionshows an error page instead of redirecting, and hides the callback domain from email templates.allow_alwaysenables standard redirect behavior. Defaults toopen_redirect_protectionfor third-party clients. Only applies whenis_first_partyisfalseandthird_party_security_modeisstrict. To learn more, read Redirect protection.