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

enrollAuthenticatorTypes is missing in policy_rule_profile_enrollment #2132

Open
Terminatorthre opened this issue Nov 7, 2024 · 0 comments
Labels
bug triaged Triaged into internal Jira

Comments

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

Terraform Version

Terraform 1.9.4
Okta Provider 4.11.0

Affected Resource(s)

  • okta_policy_rule_profile_enrollment

Expected Behavior

Okta API provides the option to set enrollAuthenticatorTypes to "password" to 'Show password field on the first page of the enrollment form'. This option is missing in the terraform provider and is even overwritten, if set manually throught Okta admin interface or API.

This was already mentioned in #1563 but never implemented.

Can this be done in the Admin UI?

Yes

Can this be done in the actual API call?

Yes

Actual Behavior

The option is not available and overwritten with the default value on terraform apply

Steps to Reproduce

Set policy to 'Show password field on the first page of the enrollment form' enabled via GUI.
Terraform apply
Option is missing in GUI

Same applies for terraform import

  1. terraform apply
    or
    terraform import

References

https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Policy/#tag/Policy/operation/listPolicyRules

@duytiennguyen-okta duytiennguyen-okta added triaged Triaged into internal Jira bug labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triaged Triaged into internal Jira
Projects
None yet
Development

No branches or pull requests

2 participants