I am configuring Auth0 login for our development environments, and I would like to use a wildcard in “Allowed Callback URLs”, “Allowed Logout URLs”, “Allowed Web Origins”, and “Allowed Origins (CORS)”.
The url structure is http://api.$user.dev.com and http://app.$user.dev.com where “$user” is the username of the developer e.g. http://api.bryan.dev.com and http://app.bryan.dev.com.
I would like to set the allowed urls so they work for all users, but I’ve tried all possible combinations and none of them work:
http://api.*.dev.com
http://*.dev.com
http://*.*.dev.com
*.dev.com
Does anyone have other ideas about how to do this?
Thank you,
Bryan