You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
is it possibile to configure the redirect_uris field of the provider in order to let my application correctly redirect after OAuth authentication and prevent the "error_description": "redirect_uri did not match any client's registered redirect_uris", error I'm receiving now?
Regards,
Thanks
The text was updated successfully, but these errors were encountered:
The tool allows you to configure redirect_uris statically or dynamically.
I don't know which method you've used.
Anyway, whatever you registered does not match what you're using in your authentication request.
Hi,
is it possibile to configure the
redirect_uris
field of the provider in order to let my application correctly redirect after OAuth authentication and prevent the"error_description": "redirect_uri did not match any client's registered redirect_uris",
error I'm receiving now?Regards,
Thanks
The text was updated successfully, but these errors were encountered: