Hi All,
Hi,
I successfully configured a custom domain ‘mydomain.co.uk’
We are currently configuring and testing a customised Universal Login page that is still using ‘our-org-sso.eu.auth0.com’.
In the html of our custom login form we have :
var params = Object.assign({
overrides: {
__tenant: config.auth0Tenant,
__token_issuer: config.authorizationServer.issuer
},
domain: config.auth0Domain,
clientID: config.clientID,
redirectUri: config.callbackURL,
responseType: 'code'
}, config.internalOptions);
Is this were we update the domain to use our custom one?
Any advice appreciated.
Many thanks,
Fiorano