Sure, I can do that. But before I do, I’d like to make sure that I’m configuring the overrides correctly. In the docs for custom domains, the example shows options
like:
...
configurationBaseUrl: config.clientConfigurationBaseUrl,
overrides: {
__tenant: config.auth0Tenant,
__token_issuer: config.auth0Domain
},
...
but doesn’t specify what config
contains.
Two questions:
- Is the
__tenant
simply the string of the tenant name, likemytenant
if the auth0 (non-custom) domain ismytenant.auth0.com
? - Is the
__token_issuer
the custom domain or
mytenant.auth0.com
?