miniature-morning-2235
04/23/2024, 10:12 AM"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 Michaelhigh-optician-2097
/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 urlsminiature-morning-2235
04/23/2024, 10:55 AMhigh-optician-2097
high-optician-2097