Hello, we are using in our internal testing an Auth0 application for testing a Single-Sign On implementation. It’s used in multiple dev and testing environment, but there seems to be a problem where it’s often redirecting to one of our URLs instead of the callback it was passed. Can you help us to see what exactly is going on?
Hi @qa1,
Welcome to the Auth0 Community!
I recommend checking your tenant logs to verify that the redirect_uri
in your login event matches the one you passed in your login request. The URL should match one of the URLs defined in the Allowed Callback URLs.
It might also be worth checking your network activity to ensure that the redirect_uri
value is passed in correctly.
Thanks,
Rueben
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.