Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sso guides #1881

Merged
merged 5 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion docs/authentication/social-connections/atlassian.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To make the setup process easier, it's recommended to keep two browser tabs open

### Set the Client ID and Secret in the Clerk Dashboard

<Include src="_partials/authentication/set-client-id-and-secret" />
<Include src="_partials/authentication/set-client-id-secret" />

### Test your connection

Expand Down
2 changes: 1 addition & 1 deletion docs/authentication/social-connections/coinbase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For _development instances_, Clerk uses preconfigured shared OAuth credentials a

For _production instances_, you must provide custom credentials.

To make the setup process easier, it's recommended to keep two browser tabs open: one for the [Clerk Dashboard](https://dashboard.clerk.com/last-active?path=user-authentication/sso-connections) and one for your [Coinbase's Developer Platform](https://portal.cdp.coinbase.com).
To make the setup process easier, it's recommended to keep two browser tabs open: one for the [Clerk Dashboard](https://dashboard.clerk.com/last-active?path=user-authentication/sso-connections) and one for your [Coinbase Developer Platform](https://portal.cdp.coinbase.com).

<Steps>
### Enable Coinbase as a social connection in Clerk
Expand Down
6 changes: 3 additions & 3 deletions docs/authentication/social-connections/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ To make the setup process easier, it's recommended to keep two browser tabs open
1. Select **Add connection** and choose **For all users**.
1. In the **Choose provider** dropdown, select **GitHub**.
1. Ensure that both **Enable for sign-up and sign-in** and **Use custom credentials** are toggled on.
1. Save the **Redirect URI** somewhere secure. Keep the modal and page open.
1. Save the **Authorization Callback URL** somewhere secure. Keep the modal and page open.

### Create a GitHub app

1. In the left sidebar of your [GitHub's Developer Settings](https://github.com/settings/apps), select **OAuth Apps**.
1. Select **New OAuth app**. You'll be redirected to the **Register a new OAuth app** page.
1. Complete the required fields. In **Authorization callback URL**, paste the **Redirect URI** you saved from the Clerk Dashboard.
1. Complete the required fields. In **Authorization Callback URL**, paste the **Authorization Callback URL** you saved from the Clerk Dashboard.
1. Select **Register application**. You'll be redirected to your app's **General** page.
1. Select **Generate a new client secret**. Save the **Client ID** and **Client secret** somewhere secure.
1. Select **Generate a new client secret**. Save the **Client ID** and **Client Secret** somewhere secure.

### Set the Client ID and Client Secret in the Clerk Dashboard

Expand Down
2 changes: 1 addition & 1 deletion docs/authentication/social-connections/notion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To make the setup process easier, it's recommended to keep two browser tabs open
1. Select **Save**. The **Integration successfully created** modal will open. Select **Configure integration settings**. You'll be redirected to the app's **Configuration** page.
1. Save the **OAuth Client ID** and **OAuth Client Secret** somewhere secure.

### Set the Client ID and Client Secret in the Clerk Dashboard
### Set the OAuth Client ID and OAuth Client Secret in the Clerk Dashboard

1. Navigate back to the Clerk Dashboard where the modal should still be open. Paste the **OAuth Client ID** and **OAuth Client Secret** values that you saved into the respective fields.
1. Select **Add connection**.
Expand Down
Loading