A Terraform provider to manage Okta resources, enabling infrastructure-as-code provisioning and management of users, groups, applications, and other Okta objects.
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
The new external_idps configuration for okta_policy_mfa resources (introduced in release 4.10.0 - #2044) should allow setting the external IdP configuration for an MFA policy.
Can this be done in the Admin UI?
Yes
Can this be done in the actual API call?
I don't know
Actual Behavior
The external_idps configuration does not take effect when running terraform apply with only one external IdP listed based on the example provided. Using the deprecated external_idp still works.
Steps to Reproduce
Add an external OIDC IdP (factor only).
Add the OIDC IdP as an Authenticator.
Configure an okta_policy_mfa policy resource with the external_idps configuration.
Community Note
Terraform Version
1.9.6
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
The new
external_idps
configuration forokta_policy_mfa
resources (introduced in release 4.10.0 - #2044) should allow setting the external IdP configuration for an MFA policy.Can this be done in the Admin UI?
Yes
Can this be done in the actual API call?
I don't know
Actual Behavior
The
external_idps
configuration does not take effect when runningterraform apply
with only one external IdP listed based on the example provided. Using the deprecatedexternal_idp
still works.Steps to Reproduce
okta_policy_mfa
policy resource with theexternal_idps
configuration.terraform apply
Important Factoids
References
2044