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

Support for Redirect Validation Settings #193

Closed
sansub opened this issue May 31, 2022 · 1 comment
Closed

Support for Redirect Validation Settings #193

sansub opened this issue May 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@sansub
Copy link

sansub commented May 31, 2022

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

Please could the provider support PingFederate Redirect Validation

New or Affected Resource(s)

  • pingfederate_redirect_validation_settings

Potential Terraform Configuration

resource "pingfederate_redirect_validation_settings" "settings" {
  whitelist_domain {
      valid_domain              = ""
      valid_path                = ""
      allow_query_and_fragment  = false
      require_https             = true
      target_resource_slo       = true
      idp_discovery             = false
      in_error_resource         = true
      target_resource_sso       = true
  }

  enable_target_resource_validation_for_sso           = true
  enable_target_resource_validation_for_slo           = true
  enable_target_resource_validation_for_idp_discovery = true
  enable_inerror_resource_validation                  = true
  enable_wreply_validation_slo                        = true
  
}

References

  • #0000
@sansub sansub added the enhancement New feature or request label May 31, 2022
@iwarapter
Copy link
Owner

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