From 5614ed447b80c2cae3c36b6d4183c47500ab587e Mon Sep 17 00:00:00 2001 From: Luke Williams Date: Fri, 12 May 2017 16:47:37 -0400 Subject: [PATCH] Add Auth0.com callback instructions to readme.md When switching to Safari for Auth0 login, it's necessary to add the callback URL at Auth0.com. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e580295..43131f1 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ And finally in the file `Info.plist` add the following entry auth0 CFBundleURLSchemes - {Bundle Identifier} + {Insert Bundle Identifier here} @@ -298,6 +298,9 @@ Where the Bundle identifier can be found in the same file under the key `CFBundl org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier) ``` +Then in your Auth0 web account, go to Client -> Settings -> Allowed Callback URLs and add the callback URL in this format: +`{bundle identifier}://{auth0 domain}/ios/{bundle identifier}/callback` + ### Android In the file `AndroidManifest` find where the `LockActivity` is declared and insde the `activity` tags add the following