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 me too comments, 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.
- If an issue is assigned to a user, that user is claiming responsibility for the issue.
- OKTA support Customers can ask to reach out to Okta Developer Support Engineer/Customer Success Engineer to expedite investigation and resolution of this issue.
Description
When editing MFA policies for enrollment, there's an option to set a grace period to relax a requirement that can be set to either None, By a due date, or After a number of skips. It would be nice to define these to be able to manage these feature via Terraform.
New or Affected Resource(s)
Customer Information
Organization Name: Bedrock Robotics
Paid Customer: no
Potential Terraform Configuration
resource "okta_policy_mfa_default" "default" {
is_oie = true
okta_verify = {
enroll = "REQUIRED"
grace_period = "true" # enable/disable the grace period
grace_period_skips = "3" # 3 skips, applies when grace_period = "true"
}
}
References
No response
Community Note
Description
When editing MFA policies for enrollment, there's an option to set a grace period to relax a requirement that can be set to either
None,By a due date, orAfter a number of skips. It would be nice to define these to be able to manage these feature via Terraform.New or Affected Resource(s)
Customer Information
Organization Name: Bedrock Robotics
Paid Customer: no
Potential Terraform Configuration
References
No response