auth0 / terraform-provider-auth0

The Auth0 Terraform Provider is the official plugin for managing Auth0 tenant configuration through the Terraform tool.
https://registry.terraform.io/providers/auth0/auth0/latest/docs
Mozilla Public License 2.0
157 stars 73 forks source link

Add support for enable_sso Tenant setting #972

Open krzysztofdrys opened 3 weeks ago

krzysztofdrys commented 3 weeks ago

🔧 Changes

Add support for property auth0_tenants.flags.enable_sso

📚 References

https://github.com/auth0/terraform-provider-auth0/issues/901

🔬 Testing

I included this property in the existing tests.

📝 Checklist

novotnyjakub commented 3 weeks ago

+1 on this PR, we are in a need for this too. I was a bit confused at first that the session can be fully configured using Terraform, but then the entire config section can't be enabled.

Thank you for looking into it @krzysztofdrys !