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

How do I validate a custom RedirectURI to support RFC-8252 OAuth2.0 for native Applications #549

Open
ekivemark opened this issue Jan 28, 2018 · 3 comments

Comments

@ekivemark
Copy link

Mobile applications have adopted a convention from facebook to register a mobile redirect url that is registered to the phone. this typically takes the format:

fb00000000://........

How do I enable these custom RedirectURIs to pass the URIValidation?

For example in addition to ["http", "https], I want to match against the regular expression
regex = r"\b[a-zA-Z]{2}[0-0]{8}\b"

Is there a configuration for achieving something like this?

/cc @aviars

@aviars
Copy link

aviars commented Mar 9, 2018

Any motion on this? Very important feature. We've rolled our own but it would be nice to be in DOT. /cc @synasius

@jleclanche
Copy link
Member

We've rolled our own but it would be nice to be in DOT.

Please submit a PR. I'll be happy to review.

@cleder
Copy link
Member

cleder commented Sep 11, 2018

see #443

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

4 participants