Hi Guys,
I am creating an saml connection for auth0 application using terraform. When I am doing configurations I don’t see any terraform argument to add “Identity Provider Domains” which is in “Login Experience” inside saml connection.
Location :- Auth0 console → Authentication → Enterprise → Login Experience
How can I add these values using terraform ?
Hi @mayank_jadhav
Welcome back to the Auth0 Community!
Based on your message, you want to set the Identity providers domain using Terraform with SAML connection type. To achieve that in the terraform connection configuration, you must set domain_aliases = ["example.com"] in the options dictionary. You can read the full description here in the Terraform settings
I hope it will help you.
Best regards.