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

added port number exception to uri matching rules #199

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions draft-ietf-oauth-v2-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,8 @@ in the request if present, ensuring that it matches one of the registered
redirect URIs previously established during client registration ({{client-registration}}).
When comparing the two URIs the authorization server MUST ensure that the
two URIs are equal, see {{RFC3986}}, Section 6.2.1, Simple String Comparison, for details.
The only exception is native apps using a localhost URI: In this case, the authorization server
MUST allow variable port numbers as described in [RFC8252], Section 7.3.

If the request is valid,
the authorization server authenticates the resource owner and obtains
Expand Down
Loading