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 #901

Open scorpp opened 6 months ago

scorpp commented 6 months ago

Checklist

Describe the problem you'd like to have solved

I'd like to be able to set predefined value for Enable seamless SSO tenant setting

Describe the ideal solution

I'd like to have enable_sso boolean flag on auth0_tenant resource

Alternatives and current workarounds

I don't see a workaround

Additional context

No response

krzysztofdrys commented 3 weeks ago

I can see that this flag is present Go SDK: https://github.com/auth0/go-auth0/blob/main/management/tenant.go#L186 So this shouldn't be too complicated to implement.

If I created a PR with this feature, how easy would be to get it merged?