Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Redirect #5

Closed
td-edge opened this issue Feb 13, 2021 · 2 comments
Closed

Android Redirect #5

td-edge opened this issue Feb 13, 2021 · 2 comments

Comments

@td-edge
Copy link

td-edge commented Feb 13, 2021

In your instructions, you mention needing to add the okta redirect to the info.plist for iOS. Is there a similar step needed for android's build.gradle files? I get to the point where I log in on android, but it won't redirect back to the application.

@mraible
Copy link

mraible commented Feb 13, 2021

Change the custom scheme in android/app/src/main/res/values/strings.xml to use your reverse domain name:

<string name="custom_url_scheme">com.okta.dev-737523</string>

@td-edge
Copy link
Author

td-edge commented Feb 15, 2021

That seemed to work perfectly. Thank you!

@td-edge td-edge closed this as completed Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants