This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4k
Error Response with invalid redirection URI on authorize endpoint #4145
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
We didn't see a PR for the authorize EP as well, so we just made the fix. Thanks. |
If you'd agreed, I would have made one. Thanks anyway, this helps a lot! |
No worries. Thanks |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Same as #4075 but on the Authorize endpoint:
In the OAuth authorization_code flow, when validating the redirect_uri on the authorize endpoint, why do we return an
unauthorized_client
when the redirect_uri is invalid.Shouldn't this be an
invalid_request
according to the spec:Parameter is invalid, unauthorized_client says something about the method the client uses to request an authorization_code.
If you agree I can do the work on this.
The text was updated successfully, but these errors were encountered: