diff --git a/guides/auth0.mdx b/guides/auth0.mdx index f9ed10a3a..c6824146c 100644 --- a/guides/auth0.mdx +++ b/guides/auth0.mdx @@ -13,12 +13,12 @@ keywords: ["Auth0", "OAuth flow"] This guide walks you through setting up Auth0 as an authentication provider for your Mintlify documentation. By the end, your users can log in to your documentation using their Auth0 credentials. - + Log in to your Auth0 dashboard and navigate to **Applications** > **Applications**. Click **Create Application**, give your application a name (for example, "Mintlify"), and select **Regular Web Applications** as the application type. Then click **Create**. ![Creating a new application in Auth0](/images/guides/auth0/auth0-create-application.png) - + After you create your application, Auth0 opens the application settings page, where you'll find the credentials needed for the OAuth integration: ![Auth0 client settings page](/images/guides/auth0/auth0clientsettings.png) @@ -30,7 +30,7 @@ This guide walks you through setting up Auth0 as an authentication provider for You'll need these values for configuring Mintlify in the next step. - + In your Mintlify dashboard, go to **Settings** > **Authentication**. Select **OAuth** as your authentication method to open the OAuth configuration form: ![Mintlify OAuth client settings](/images/guides/auth0/mintlifyoauthclientsettings.png) @@ -45,7 +45,7 @@ This guide walks you through setting up Auth0 as an authentication provider for After filling in these details, click **Save changes** to store your OAuth configuration. - + Mintlify generates a unique Redirect URL that Auth0 needs to recognize for the OAuth flow to work properly. Copy the Redirect URL from your Mintlify dashboard's Authentication settings: