Skip to content
Closed
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
8 changes: 4 additions & 4 deletions guides/auth0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Steps>
<Step title="Create a regular web application in Auth0">
<Step title="Create a regular web application in Auth0.">
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**.

<Frame>![Creating a new application in Auth0](/images/guides/auth0/auth0-create-application.png)</Frame>
</Step>
<Step title="Get client information">
<Step title="Get client information.">
After you create your application, Auth0 opens the application settings page, where you'll find the credentials needed for the OAuth integration:

<Frame>![Auth0 client settings page](/images/guides/auth0/auth0clientsettings.png)</Frame>
Expand All @@ -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.
</Step>
<Step title="Set up Mintlify client">
<Step title="Set up Mintlify client.">
In your Mintlify dashboard, go to **Settings** > **Authentication**. Select **OAuth** as your authentication method to open the OAuth configuration form:

<Frame>![Mintlify OAuth client settings](/images/guides/auth0/mintlifyoauthclientsettings.png)</Frame>
Expand All @@ -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.
</Step>
<Step title="Configure the callback URL">
<Step title="Configure the callback URL.">
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:
Expand Down
Loading