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

Okta app access policy assignment #1698

Merged
merged 8 commits into from
Sep 7, 2023

Conversation

monde
Copy link
Collaborator

@monde monde commented Sep 6, 2023

New resource:

resource "okta_app_access_policy_assignment" "assignment" {
  app_id = data.okta_app_saml.myapp.id
  policy_id = okta_app_signon_policy.id
}

See #1641, #1646

Many thanks to @adantop

Copy link
Contributor

@duytiennguyen-okta duytiennguyen-okta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpicking but you should use the Get/GetOk method

@monde monde changed the title Okta app signon policy assignment Okta app access policy assignment Sep 6, 2023
@MikeMondragon-okta MikeMondragon-okta merged commit 226f21d into master Sep 7, 2023
2 checks passed
@monde monde mentioned this pull request Sep 7, 2023
@monde monde deleted the okta_app_signon_policy_assignment branch October 9, 2023 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants