Hello,
Is there a way to access the Auth0 tenant name from within the custom login HTML?
I see that the is a config
object, though it doesn’t appear to contain a property called either tenant
or tenantName
. Those were just guesses though, so perhaps it’s something else?
var config = JSON.parse(decodeURIComponent(escape(window.atob('@@config@@'))));
If not through the config
object, is there another object that can be accessed which would contain the tenant name?
Thanks,
David