Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 478 Bytes

redirect.adoc

File metadata and controls

9 lines (6 loc) · 478 Bytes

Unspecific Redirect URIs

For the Authorization Code Flow, if you register redirect URIs that are too general, then it would be possible for a rogue client to impersonate a different client that has a broader scope of access. This could happen for instance if two clients live under the same domain. So, it’s a good idea to make your registered redirect URIs as specific as feasible.