solid-nextcloud icon indicating copy to clipboard operation
solid-nextcloud copied to clipboard

redirect_uri in authorize request is not validated

Open poef opened this issue 11 months ago • 0 comments

If you register a client with redirect_uris: [ x ], then send an authorize/ request with redirect_uri: y, the request is accepted, and you get redirected to x.

I think it is better if the request is denied, because the redirect_uri is not part of the list in the registration.

poef avatar Feb 17 '25 13:02 poef