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.
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