Forums

auth0.com whitelist

Hi. I'm trying to set up a webapp server on free PythonAnywhere account.

I'm using auth0 as my authentication middleware, and I need to call back from auth0.com. I have checked the whitelist, which shows that auth0.com is not in the whitelist. Could you please add it in the whitelist? One more problem is that the endpoint of auth0 contains the user name of it. For example, my username in auth0.com is "shjd", so the endpoint I used is shjd.auth0.com/oauth/token. How can I solve this problem?

Thanks a lot!

Hi there, I've added *.auth0.com to the whitelist -- let me know if it works?

That works! Thanks a lot!