Skip to content

Commit 1d550e3

Browse files
authored
Merge pull request #80 from oauthstuff/danielfett/fix-71
Editorial change to fix #71
2 parents 68cac3b + 43506cd commit 1d550e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

attacks-and-mitigations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ fragment and obtain the access token.
172172

173173
The complexity of implementing and managing pattern matching correctly obviously
174174
causes security issues. This document therefore advises to simplify the required
175-
logic and configuration by using exact redirect URI matching. This means
176-
the authorization server MUST compare the two URIs using simple string
177-
comparison as defined in [@!RFC3986], Section 6.2.1. The only exception are
175+
logic and configuration by using exact redirect URI matching. This means the
176+
authorization server MUST ensure that the two URIs are equal, see [@!RFC3986],
177+
Section 6.2.1, Simple String Comparison, for details. The only exception are
178178
native apps using a `localhost` URI: In this case, the AS MUST allow variable
179179
port numbers as described in [@!RFC8252], Section 7.3.
180180

0 commit comments

Comments
 (0)