Skip to content
New issue

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

Support for the "PingID" Sign-on Policy action #94

Closed
Tracked by #112
patrickcping opened this issue Aug 31, 2022 · 0 comments · Fixed by #141
Closed
Tracked by #112

Support for the "PingID" Sign-on Policy action #94

patrickcping opened this issue Aug 31, 2022 · 0 comments · Fixed by #141
Assignees
Labels
service/sso PingOne SSO type/enhancement New feature or request
Milestone

Comments

@patrickcping
Copy link
Collaborator

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 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

To be able to manage workforce style environments with PingID, the pingone_sign_on_policy_action resource should support the PingID action.

New or Affected Resource(s)

  • pingone_sign_on_policy_action

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_sign_on_policy_action" "pingid" {
  environment_id    = pingone_environment.my_environment.id
  sign_on_policy_id = pingone_sign_on_policy.my_policy.id

  priority = 1

  pingid {}

}

References

@patrickcping patrickcping added type/enhancement New feature or request service/sso PingOne SSO labels Aug 31, 2022
@patrickcping patrickcping added this to the v0.5.0 milestone Sep 13, 2022
@patrickcping patrickcping self-assigned this Sep 13, 2022
@patrickcping patrickcping added the status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK label Sep 13, 2022
@patrickcping patrickcping linked a pull request Sep 15, 2022 that will close this issue
@patrickcping patrickcping removed the status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK label Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/sso PingOne SSO type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant