Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ To make the setup process easier, it's recommended to keep two browser tabs open

Once the OAuth client is created in the Google Cloud Console, a modal will open with your **Client ID** and **Client Secret**. Save these values somewhere secure.

Go back to the Clerk Dashboard, where the modal should still be open, and paste these values into the respective fields. Note that if you have any other Google EASIE connections or a [Google social connection](docs/guides/configure/auth-strategies/social-connections/google), this will update the credentials for all of them. Select **Add connection**.
Go back to the Clerk Dashboard, where the modal should still be open, and paste these values into the respective fields. Note that if you have any other Google EASIE connections or a [Google social connection](/docs/guides/configure/auth-strategies/social-connections/google), this will update the credentials for all of them. Select **Add connection**.
</Steps>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: Learn how to allow users to sign up and sign in to your Clerk app w
Enabling OAuth via [Sign in with Apple](https://developer.apple.com/sign-in-with-apple/) allows your users to sign in and sign up to your Clerk app with their Apple ID.

> [!IMPORTANT]
> This guide explains how to configure Sign in with Apple for web based flows. To configure native Sign in with Apple on native applications (iOS), see the [dedicated guide](docs/guides/configure/auth-strategies/sign-in-with-apple).
> This guide explains how to configure Sign in with Apple for web based flows. To configure native Sign in with Apple on native applications (iOS), see the [dedicated guide](/docs/guides/configure/auth-strategies/sign-in-with-apple).

## Configure for your development instance

Expand Down