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

Handle redirect uri that starts with "http://" #720

Closed
jasoncoolmax opened this issue Aug 12, 2016 · 0 comments
Closed

Handle redirect uri that starts with "http://" #720

jasoncoolmax opened this issue Aug 12, 2016 · 0 comments
Milestone

Comments

@jasoncoolmax
Copy link
Member

jasoncoolmax commented Aug 12, 2016

We fail any attempt to navigate to a non-secure URL, however if that URL was the redirect URI we should still succeed. This extra bit of code is checking in the error handling to code to see if the failing URL is our redirect URI.

For ADURLProtocol, we need to make sure the redirect uri, which is the end url used to go back to the app, goes through even though it is in the form of "http://***".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants