Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
1 change: 1 addition & 0 deletions src/content/docs/get-started/guides/set-up-tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading