Microsoft and Google setup callback

We’re trying to set up Microsoft and Google with Auth0 so we can have SSO for our clients with them. Both of them ask for a callback URL but the docs just don’t real clear to me at all.

Does anyone know how to tell what the callback is for our application? Is it our auth0 domain like appname.auth0.com

Is it our actual site domain name?

Hey there @curtis1! Whenever you are referring to your callback, are you referring to the one you need for your Google or Microsoft configuration or your application callback?

When configuring your Google connection your callback will be https://appname.auth0.com/login/callback and your Microsoft connection should be the same of https://appname.auth0.com/login/callback.

This is different than your application callback URL, which is where Auth0 redirects once the authentication process is complete. Please let me know if this helps answers your question. Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.