Hosted Page
Anzu provides a hosted auth page that offers a streamlined user experience for multiple auth providers out of the box.
Redirecting users to the hosted page
To find the hosted page URL, go to the Anzu dashboard, then click on User Management
in the sidebar. In the URLs
section, you will find the Hosted Page URL
field. This is the URL you should redirect your users to.
Specifying a redirect URL (back to your application)
When users have completed the auth flow, they should be redirected to your application. You can specify a default redirect URI in the Redirect URI
section of the User Management settings, or you can specify redirect_uri
as a query parameter when redirecting users to the hosted page.
When using the redirect_uri
query parameter, the passed URI must be present in the Allowed Redirect URIs
list of the Redirect URI
section of the User Management settings.