Custom domain for SAML IDP connection

Hi,

I have configured a custom domain that points to my tenant.
When I start the login experience it works just as I want it.

However, recently I set up a SAML connection where auth0 is the IDP. The metadata provides this as my sign url:
https://my-tenant.us.auth0.com/samlp/abcd
I want to know what I should do to enable custom domains:

https://mycustom.domain.com/samlp/abcd

I have the same issue with password reset emails.

In addition to not using the custom domain, the result is that the login screen does not have the syling we have applied (which I believe requires the custom domain).

Hey @Gratus-BenchSci !

Can you try using the custom domain in the SAML metadata URL? eg: https://custom.domain.tld/samlp/metadata/CLIENT_ID

Regarding emails, have you checked this out? Configure Features to Use Custom Domains

2 Likes

Thank you! This worked.

1 Like

Perfect! Let us know if you have any other questions down the road!