Open theDabca opened 7 months ago
OKTA internal reference https://oktainc.atlassian.net/browse/OKTA-717449
Hello, @duytiennguyen-okta any update on this? Thanks!
I thought smart_card_idp was not an object available now. It would be ideal to have it. Someone suggested to use okta_idp_saml to build the smartcard IdP functionalities. I am not sure how it would work. Any pointer is appreciated!
Community Note
Description
Currently finding a large gap in the
okta_policy_mfa
resource when it comes to enrollment policies which need to include Smart Card IdPs. Assmart_card_idp
does not exist in the Policy Factor Config object, any new policy created leaves the Smart Card IdP as disabled.A
GET
to an enrollment policy which contains thesmart_card_idp
will contain the status of that factor in the response, however this does not seem configurable via the public API. It would be useful to add this to the API and then to theokta_policy_mfa
.New or Affected Resource(s)
okta_policy_mfa
resourcePotential Terraform Configuration
adding in
smart_card_idp
to theokta_policy_mfa
resourceReferences