Correcting/updating SDK docs. New dashboard screenshots#686
Open
amircheikh wants to merge 1 commit into
Open
Conversation
hadrelandon
reviewed
May 29, 2026
| ## Configuring OAuth | ||
|
|
||
| Using OAuth requires configuration in the Turnkey Dashboard and in your app. | ||
| Using OAuth requires a bit of configuration in the Turnkey Dashboard and your app configuration. |
There was a problem hiding this comment.
nit: i personally dont like a bit of, maybe find a way to incorporate slight?
hadrelandon
reviewed
May 29, 2026
| Each provider takes a `primaryClientId` and an optional `secondaryClientIds` array. Any `secondaryClientIds` you pass are registered as additional OIDC audiences on the sub-organization at creation time, which lets a single Turnkey user be authenticated by multiple client IDs (typically used by apps that have both web and mobile versions sharing one identity). You can learn more about Multi-platform OAuth Identities [here](/features/authentication/social-logins#multi-platform-oauth-identities). | ||
|
|
||
| <Note> | ||
| Apple Sign-In on iOS uses the **native** Apple Sign-In flow, which authenticates against the iOS app's bundle identifier. On Android, Apple Sign-In uses a **web-based** OAuth flow that authenticates against the Apple **Services ID**. To keep iOS and Android signups for the same user compatible, when you set `iosBundleId`, it is automatically added as a secondary client ID on the sub-org during Android signups (and vice-versa), so a user who signs up on one platform can still sign in on the other. |
There was a problem hiding this comment.
nit: may be a github UI issue, but other calls had spacing on all lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corrected and updated all SDK integration guides - including new OAuth clientId changes
Replaced all dashboard v1 images with dashboard v2