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

Ability to configure inactivityPeriod in okta_app_signon_policy_rule #1181

Closed
BalaGanaparthi opened this issue Jun 28, 2022 · 3 comments
Closed
Assignees
Labels
enhancement Asking for new behavior or feature

Comments

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

Description

Must be able to configure the app sign-on policy rule with inactivityPeriod

New or Affected Resource(s)

  • okta_app_signon_policy_rule

Potential Terraform Configuration

resource "okta_app_signon_policy_rule" "test" {
  name                        = "testAcc_replace_with_uuid"
  policy_id                   = data.okta_app_signon_policy.test.id
  access                      = "ALLOW"
  ...
  inactivity_period           = "PT1H"
  re_authentication_frequency = "PT3H"
}

References

  • #0000
@BalaGanaparthi BalaGanaparthi added the enhancement Asking for new behavior or feature label Jun 28, 2022
@monde monde self-assigned this Jun 28, 2022
@monde
Copy link
Collaborator

monde commented Jun 28, 2022

Thank you @BalaGanaparthi

@monde
Copy link
Collaborator

monde commented Jun 28, 2022

@BalaGanaparthi I see the inactivityPeriod property in the public API documents but not a reAuthenticationFrequency/re_authentication_frequency property: https://developer.okta.com/docs/reference/api/policy/#verification-method-object
Is the reAuthenticationFrequency something that you are able to see when you were experimenting with curl/postman calls to the API?

@monde monde closed this as completed in 596444e Jun 29, 2022
@monde
Copy link
Collaborator

monde commented Jul 8, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Asking for new behavior or feature
Projects
None yet
Development

No branches or pull requests

2 participants