-
-
Couldn't load subscription status.
- Fork 926
Implement validateRedirectUri model function #482
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
Conversation
Hi, to get this merged we'd need some tests & docs please
@TheNoim Can you describe your use case for this? I'm not quite sure why it's necessary...
I can not remember my exact use case or in which project I wanted to use this but a basic use case would be one of this:
- Custom uri support
- wildcard support if wanted
- own validation rules
geekdada
commented
Nov 29, 2018
+1
redirect_uri doesn't have to be exactly equal to any of the redirectUris. Conditions listed below are acceptable on some occasions.
- same origin and same pathname but different query
- same origin but different pathname
- same domain but different protocol
- same top level domain
08f0399 to
b84778b
Compare
whlsxl
commented
Jan 15, 2021
Any update for this pull request?
whlsxl
commented
Jan 15, 2021
NilsBaumgartner1994
commented
Nov 9, 2021
Push, we realy need wildcard redirect uris
Why should we not be able to verify our uris by ourself.
// TODO: Add to docs