How to add Identity provider domains in saml connection 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.