Hello :slightly_smiling_face: I am trying to login...
# ory-network
m
Hello 🙂 I am trying to login with the PKCE flow in a Angular, I receive the following error:
Copy code
"message": "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. The 'redirect_uri' parameter does not match any of the OAuth 2.0 Client's pre-registered redirect urls.",
I am using the Ory Network. Does anyone know if its possible to see more information about what is wrong with the request, I tried logging in the Activity tab --> Events but no logs there. Regards Michael
h
The redirect in your
/oauth2/auth
url does not match the redirect url allowed in your oauth2 client - use
ory get oauth2-client <id> --format yaml
to retrieve the allowed urls
m
Super thanks a lot it works now. I do not believe I changed anything, but I probably did :D. Does it take a few minutes for the change in OAuth configuration to take it effect or is it instant?
h
No
instant
👍 1