File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,9 @@ fragment and obtain the access token.
172172
173173The complexity of implementing and managing pattern matching correctly obviously
174174causes 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
178178native apps using a ` localhost ` URI: In this case, the AS MUST allow variable
179179port numbers as described in [ @!RFC8252] , Section 7.3.
180180
You can’t perform that action at this time.
0 commit comments