Hi all,
I configured the custom domain successfully and verified it via CNAME.
When using both the default Universal Login page and Custom Login page, I am still being redirected to xxxx.us.auth0.com
address instead of the custom domain.
Settings when using the custom Universal Login page:
var lock = new Auth0Lock(config.clientID, config.auth0Domain, {
configurationBaseUrl: config.clientConfigurationBaseUrl,
overrides: {
__tenant: config.auth0Tenant,
__token_issuer: config.authorizationServer.issuer
}
Thanks for the help