Why redirect_uri is needed when client_id is supplied in OAuth2?
we know that we need to pass both client_id and redirect_uri in the authorization request.
https://www.ory.sh/docs/oauth2-oidc/authorization-code-flow#step-1-get-the-users-permission
But isn’t that client app already registered its redirec… Continue reading Why redirect_uri is needed when client_id is supplied in OAuth2?