You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
Currently, the client validation verifies that the redirect URI provided as part of step 1 of the OAuth process is, once stripped of its query parameters, equal to one of the registered URIs for this client.
The OAuth2 spec says that matching the redirect URI should be done on the full URI, so that soft matching should be deactivated.
The text was updated successfully, but these errors were encountered:
Currently, the client validation verifies that the redirect URI provided as part of step 1 of the OAuth process is, once stripped of its query parameters, equal to one of the registered URIs for this client.
The OAuth2 spec says that matching the redirect URI should be done on the full URI, so that soft matching should be deactivated.
The text was updated successfully, but these errors were encountered: