zitadel / terraform-provider-zitadel

Official Terraform provider for ZITADEL
https://zitadel.com
Apache License 2.0
21 stars 13 forks source link

feat: support SAML IDPs #178

Closed eliobischof closed 1 month ago

eliobischof commented 1 month ago

With these changes, the resources and datasources zitadel_idp_saml and zitadel_org_idp_saml are added.

For simplicity, a field like metadata_url is omitted. Metadata can be resolved using Terraform from a URL, using the http or terracurl data source. Also, XML files can be read using Terraform and the local_file datasource, for example This is explained in the docs page, too.

Closes #109

Definition of Ready