I’ve managed to run ASP.Net Core web site with Auth0 authentication flawlessly.
That required minimum configuration on Auth0 side and pretty simple coding in StartUp.cs (as appeared in documentation).
However, the addition of a custom domain doesn’t work - I still get “zzzzzz.auth0.com” domain when Universal Login loads.
Should I adjust the configuration settings in StartUp.cs?
What settings govern the transition to custom domain during login?
Check the HTTP trace from the browser’s developer tools. If the app redirects to https://zzzzz.auth0.com/authorize when requesting an authentication, then the application is not picking up the configuration change.
Actually, I tried it in the first place, and the changes didn’t work…
Probably, it takes some time to propagate the changes when it’s related to the custom domains