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

Redirect uri is required only if the "redirect_uri" parameter was included in the authorization request #514

Closed
warlock39 opened this issue Apr 4, 2016 · 2 comments
Labels
Milestone

Comments

@warlock39
Copy link

It's about authorization code grant for v5 of league oauth server.
According to specification section 4.1.3. Access Token Request, "redirect_uri" parameter is required only in case when it was included in the authorization request.

Currently, it is required in any case.

@alexbilbie
Copy link
Contributor

Good spot. This will be an easy fix; the auth code can contain a boolean flag to determine if a redirect uri was used.

@alexbilbie alexbilbie added this to the v5.0.0-RC2 milestone Apr 8, 2016
@alexbilbie
Copy link
Contributor

This has been fixed for RC2

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

No branches or pull requests

2 participants