We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pingfederate
I'd like to have auth0_connection resource support pingfederate strategy.
auth0_connection
Seems like the validation should succeede, so I'm not sure why this exception is thrown.
resource "auth0_connection" "pf" { name = "pf" strategy = "pingfederate" is_domain_connection = false options { signing_cert = aws_ssm_parameter.signing_cert.value } } > tf apply --auto-approve │ Error: Unsupported Connection Strategy │ │ with auth0_connection.koch, │ on connections.tf line 13, in resource "auth0_connection" "pf": │ 13: strategy = "pingfederate"
Auth0 Connections API supports it.
Connections
No response
The text was updated successfully, but these errors were encountered:
Should be easy to add, I'll try.
Sorry, something went wrong.
Hey @vyrwu 👋🏻
Ping Federate Connections are now supported in the latest release v0.45.0. Please give it a go and let us know if you have any issues with it. Thanks!
Docs: https://registry.terraform.io/providers/auth0/auth0/0.45.0/docs
No branches or pull requests
Checklist
Describe the problem you'd like to have solved
I'd like to have
auth0_connection
resource supportpingfederate
strategy.Seems like the validation should succeede, so I'm not sure why this exception is thrown.
Describe the ideal solution
Auth0
Connections
API supports it.Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: