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 other comments that do not add relevant new information or questions, 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
Enable the configuration of AAMVA DLDV verification support in the PingOne Verify policy. The environment must be licensed for AAMVA verification.
New or Affected Resource(s)
pingone_verify - resource and data source
Potential Terraform Configuration
# Copy-paste your PingOne related Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.
# Remember to replace any account/customer sensitive information in the configuration before submitting the issue
resource "pingone_verify_policy" "my_verify_policy" {
#...other configuration parameters
government_id = {
verify = "REQUIRED"
provider_auto = "VERIFF"
fail_expired_id = true
retry_attempts = "2"
verify_aamva = true # new property
}
}
Community Note
Description
Enable the configuration of AAMVA DLDV verification support in the PingOne Verify policy. The environment must be licensed for AAMVA verification.
New or Affected Resource(s)
Potential Terraform Configuration
References