Domain Configuration

We are trying to figure out to allow all the ports or paths of a specific domain name (i.e. http://localhost:<all-the-associated-ports> or http://localhost:<all-the-associated-paths> ) in Allowed Web Origins and Allowed Origins(CORS) in our respective auth0 application.

What would be the possible way to achieve this?

Hi @mohammad.akbar,

Welcome to Auth0 Community!

Unfortunately there is no way to allow for any port number on the callback URLs using wildcards. Each of the ports will need to be explicitly configured as you have done in your screenshot. Wildcard domain for callbacks allowing ALL ports

1 Like

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