Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
At the moment, RedirectionBasedService (authorization & implicit flows) will use the client application URI if other registered redirect URIs do not match the current redirect URI.
For example, if the client application URI is "https://photos.com", and the current redirectUri is "https://photos.com/1?a=2" then the check will pass as "https://photos.com/1?a=2" starts from "https://photos.com".
OAuth2 experts have strongly recommended recently to use the strict comparison only, which is what this service will do from now on