You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Community Note
Terraform Version
Terraform 1.9.4
Okta Provider 4.11.0
Affected Resource(s)
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
terraform apply
or
terraform import
References
https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Policy/#tag/Policy/operation/listPolicyRules
The text was updated successfully, but these errors were encountered: