From 969a03e5f73eaab5534677d312694b007cbe033b Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:31:03 +0200 Subject: [PATCH] docs: add note for redirect URL --- docs/kratos/social-signin/96_native-apps.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/kratos/social-signin/96_native-apps.mdx b/docs/kratos/social-signin/96_native-apps.mdx index a67070dd5..84760c29b 100644 --- a/docs/kratos/social-signin/96_native-apps.mdx +++ b/docs/kratos/social-signin/96_native-apps.mdx @@ -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