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

Support custom url schemes for native mobile apps #74

Closed
kdawgwilk opened this issue Feb 23, 2020 · 0 comments · Fixed by #75
Closed

Support custom url schemes for native mobile apps #74

kdawgwilk opened this issue Feb 23, 2020 · 0 comments · Fixed by #75

Comments

@kdawgwilk
Copy link

As defined in the spec section 7.1 for native mobile app oauth 2.0 an authorization server should support custom url schemes for the mobile app to be able to receive the redirect on. Currently the redirectUrl validation does not support these kinds of custom url schemes.

Example taken from the spec com.example.app:/oauth2redirect/example-provider

I will point out that some platforms like iOS allow you to intercept https domains and still have the app open them also mentioned in the spec section 7.2 and is recommended over the custom url schemes but it is much easier to setup a custom url scheme than to setup support for https link interception through universal links

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

Successfully merging a pull request may close this issue.

1 participant