Multiple callback URLs

Hi,

I’m trying to understand Allowed Callback URLs.

If I have two applications, prod.app.com and dev.app.com can I type those two URLs in the Allowed Callback URLs instead of creating two separate auth0 Applications?

My question is how auth0 will know where to go back? Or is this based on the original URL?

tr

1 Like

You can refer to this section in our docs to understand how the callback urls checked against Allowed Callback URLs tl;dr it uses browser cookies/sessions and/or redirect_uri

1 Like

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