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

Documentation: AuthCode grant redirect_uri must match authorization request #1368

Open
iaibai opened this issue Aug 14, 2023 · 0 comments
Open

Comments

@iaibai
Copy link

iaibai commented Aug 14, 2023

The documentation states that in Part Two of an Auth Code flow, redirect_uri must contain "the same redirect URI the user was redirect back to".

However, as per #1096, it should actually match the redirect_uri from the authorization request, and it must be omitted if it was not present in that request.

I suggest changing the redirect_uri line in Part Two to:

  • redirect_uri required if the redirect_uri parameter was included in Part One, and their values MUST be identical. Otherwise, this parameter must be omitted.
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

1 participant