iwarapter / terraform-provider-pingfederate

Ping Federate Terraform Provider
https://registry.terraform.io/providers/iwarapter/pingfederate/latest/docs
MIT License
17 stars 7 forks source link

Metadata URL resource #277

Closed ashhammond closed 1 year ago

ashhammond commented 1 year ago

Community Note

Description

Pingfederate has the ability to consume metadata endpoints for SAML providers and these can then be associate to a specific SAML connection inside PingFederate

New or Affected Resource(s)

Potential Terraform Configuration

resource "pingfederate_metadata_url" "example_metadata_url" {
  name = "example_organisation"
  url  = "https://example.com/FederationMetadata.xml"
  x509_file {
    file_data = file("example.pem")
  }
  validateSignature = true
}

References

pf-admin-api/v1/metadataUrls

iwarapter commented 1 year ago

This has been released in v0.2.0