Skip to content

Commit

Permalink
docs: add note for redirect URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Aug 16, 2023
1 parent c1cdc6b commit 969a03e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/kratos/social-signin/96_native-apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ application via an [iOS Universal Link](https://developer.apple.com/ios/universa
[Android App Link](https://developer.android.com/training/app-links). The native application then exchanges the session token
exchange code for a session token.

:::info

As part of this flow, Ory will redirect the browser to a callback. In this demo, we use the redirect URL
`http://localhost:4457/Callback`. Please ensure that this
[redirect URL is allowed](https://console.ory.sh/projects/current/browser-redirects)!

:::

The flow looks like this:

```mdx-code-block
Expand Down

0 comments on commit 969a03e

Please sign in to comment.