Auth0 dashboard shows the SCIM endpoint URL, which uses the tenant domain (eg mytenant.us.auth0.com). Can the tenant’s custom domain (eg auth.mycompany.com) be used instead in this URL?
Thank you for reaching out to us!
I was not able to find a way to change the SCIM endpoint URL from the tenant’s domain to something else such as a custom domain and I believe this choice is by design.
Custom Domains in Auth0 allow you to display your own domain name instead of your tenant’s URL in order to preserve brand identify and unify the login experience for your users, as it is displayed primarily on authentication pages, where your users are able to see it. The SCIM Endpoint URL represents a backend service URL intended for integration with other identity providers and is not directly exposed to end-users. I do believe this design choice can help maintain the functionality of the app integrations as the " instructions " remain valid even in cases where the Custom Domain configuration is pending verification or experiencing DNS propagation issues.
I hope this makes sense, but you can submit a Product Feature Request regarding this where other users can cast their vote if they also would like to see this implemented. Our Product team monitors the page and all requests are accounted for, with more votes on a feature driving interest for it’s development.
Have a great weekend ahead!
Gerald
Hi Gerald –
Thanks for the prompt response.
I realise my question wasn’t very clear. I can see that the endpoint URL can’t be edited & realise that it shouldn’t be changed for security reasons.
I should have asked: will Auth0 handle SCIM requests sent to the equivalent URL on the custom domain?
ie (using my examples) a URL like:
https://auth.mydomain.com/scim/v2/connections/con_XXXX
rather than
https://mytenant.us.auth0.com/scim/v2/connections/con_XXXX
It will be worth updating Custom Domains - Auth0 Docs with the answer to this question.
Thanks
– Richard