diff --git a/docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx b/docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx index a80be26ece..abe20c0d18 100644 --- a/docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx +++ b/docs-mintlify/guides/apps/authentication/auth-providers/apple.mdx @@ -29,8 +29,8 @@ This guide explains how to set up Apple as an authentication provider with Hexcl 12. From the list, select your new Service ID. 13. Enable **Sign in with Apple** by checking the box. 14. Click **Configure** next to Sign in with Apple. - 15. Register your domains (add api.hexclave.com). - 16. Add the return URL: `https://api.hexclave.com/api/v1/auth/oauth/callback/apple` + 15. Register your domain: `api.hexclave.com` + 16. Add `https://api.hexclave.com/api/v1/auth/oauth/callback/apple` as the Return URL. 17. Click **Done**, then **Continue**, and then **Save**. diff --git a/docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx b/docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx index 76e4621f98..f5a3ccb013 100644 --- a/docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx +++ b/docs-mintlify/guides/apps/authentication/auth-providers/bitbucket.mdx @@ -16,7 +16,7 @@ This guide explains how to set up Bitbucket as an authentication provider with H 5. Fill out the form with the following details: - **Name**: Choose a name for your application - **Description**: Add a brief description of your application - - **Callback URL**: Enter `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket` + - **Callback URL**: `https://api.hexclave.com/api/v1/auth/oauth/callback/bitbucket` - **Permissions**: Under **Account**, select at minimum **Email** and **Read** 6. Click **Save**. 7. You'll be redirected to the OAuth consumers page. Select your newly created consumer to view its details. diff --git a/docs-mintlify/guides/apps/authentication/auth-providers/gitlab.mdx b/docs-mintlify/guides/apps/authentication/auth-providers/gitlab.mdx index 0f2f5ef5ab..951a77e865 100644 --- a/docs-mintlify/guides/apps/authentication/auth-providers/gitlab.mdx +++ b/docs-mintlify/guides/apps/authentication/auth-providers/gitlab.mdx @@ -14,7 +14,7 @@ This guide explains how to set up GitLab as an authentication provider with Hexc 3. In the left sidebar, select **Applications** > **Add new application**. 4. Fill out the form with the following details: - **Name**: Choose a name for your application - - **Redirect URI**: Enter `https://api.hexclave.com/api/v1/auth/oauth/callback/gitlab` + - **Redirect URI**: `https://api.hexclave.com/api/v1/auth/oauth/callback/gitlab` - **Scopes**: Select at minimum the `profile` and `email` scopes 5. Click **Save application**. 6. GitLab will display your **Application ID** and **Secret**. Make note of these values as you'll need them for the next steps. diff --git a/docs-mintlify/guides/apps/authentication/auth-providers/linkedin.mdx b/docs-mintlify/guides/apps/authentication/auth-providers/linkedin.mdx index 38f6d822d9..0e339ac326 100644 --- a/docs-mintlify/guides/apps/authentication/auth-providers/linkedin.mdx +++ b/docs-mintlify/guides/apps/authentication/auth-providers/linkedin.mdx @@ -16,7 +16,7 @@ This guide explains how to set up LinkedIn as an authentication provider with He 5. Enter the **App description** and your **Business email**. 6. Check the **Legal agreement** box and click **Create app**. 7. On your app's dashboard, click **Auth** tab from the left sidebar. - 8. Under **OAuth 2.0 settings**, add the following redirect URL: `https://api.hexclave.com/api/v1/auth/oauth/callback/linkedin` + 8. Under **OAuth 2.0 settings**, add `https://api.hexclave.com/api/v1/auth/oauth/callback/linkedin` 9. Under **Products**, request access to **Sign In with LinkedIn** by clicking **Request access**. Complete any required information. 10. Under **OAuth 2.0 scopes**, make sure at least the following scopes are selected: - `r_emailaddress`