terraform-provider-auth0
terraform-provider-auth0 copied to clipboard
Add support for `enable_sso` Tenant setting
Checklist
- [X] I agree to the terms within the Auth0 Code of Conduct.
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
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?
Hi @scorpp,
I hope you're having a nice day!
Thank you for initiating the feature request, and @krzysztofdrys, thank you for creating the corresponding PR. We've successfully merged the PR, and these enhancements will be included in upcoming releases.
Thank you both for your valuable contributions!