Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Metadata URL resource #277

Closed
ashhammond opened this issue Mar 28, 2023 · 1 comment
Closed

Metadata URL resource #277

ashhammond opened this issue Mar 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ashhammond
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

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)

  • pingfederate_metadata_url

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

@ashhammond ashhammond added the enhancement New feature or request label Mar 28, 2023
iwarapter added a commit that referenced this issue Apr 24, 2023
iwarapter added a commit that referenced this issue Apr 25, 2023
@iwarapter
Copy link
Owner

This has been released in v0.2.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants