We are using a custom domain name (id.mycompany.com
instead of mycompany.eu.auth0.com
). I’m now writing a Rule in which I need to create a url pointing to my /logout
endpoint. I want this link to point to my custom domain name and I’m therefore using the auth0.domain
variable to construct the url. However, this variable returns the mycompany.eu.auth0.com
domain instead of my custom domain. How can I get hold of the custom domain name from my Rule?
I have read through the instructions here without finding anything.