diff --git a/src/content/docs/authenticate/custom-configurations/authentication-experience.mdx b/src/content/docs/authenticate/custom-configurations/authentication-experience.mdx index 9426c42f5..eec341cb2 100644 --- a/src/content/docs/authenticate/custom-configurations/authentication-experience.mdx +++ b/src/content/docs/authenticate/custom-configurations/authentication-experience.mdx @@ -82,3 +82,11 @@ Read more about [email authentication](/authenticate/authentication-methods/emai Create a smoother sign up and sign in experience for users by passing `login_hint` with the auth URL. This prefills the user’s sign in identity, saving them from manually entering their email or phone number. You might want to do this, for example, if you invite users to sign up via email and you want to reduce friction and make signing in faster. See [Pre-populate user identity on sign in](/authenticate/custom-configurations/prepopulate-identity-sign-in/) for details. + +## Include 'escape hatch' URLs for authentication errors + +You can include URLs in error messages so that users can click them to go back to the sign in screen or your home page. + +1. Go to **Settings > Applications** and select *Configure* on your application. +2. Set the **Application homepage URI** and the **Application login URI**. +3. Select **Save**. diff --git a/src/content/docs/get-started/guides/set-up-tasks.mdx b/src/content/docs/get-started/guides/set-up-tasks.mdx index fd9163e3c..44a05a6fd 100644 --- a/src/content/docs/get-started/guides/set-up-tasks.mdx +++ b/src/content/docs/get-started/guides/set-up-tasks.mdx @@ -37,6 +37,7 @@ Here are common some set up tasks. Depending on your business structure and how - Enable [social sign up options](/authenticate/social-sign-in/add-social-sign-in/) - Set up [multi-factor authentication](/authenticate/multi-factor-auth/enable-multi-factor-authentication/) - Add [MS Entra ID](/authenticate/enterprise-connections/azure/) or [SAML](/authenticate/enterprise-connections/custom-saml/) enterprise authentication (if you have enterprise customers) +- Manage the [authentication experience](/authenticate/custom-configurations/authentication-experience/), including error handling, sign up fields, marketing consent, etc. ## Users