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

bugfix: ensure sessionControls.isEnabled: true when specifying sign_in_frequency_interval = "everyTime" #1417

Conversation

manicminer
Copy link
Contributor

This fixes some incorrect logic around enabling session controls when only sign_in_frequency_interval = "everyTime" is specified.

Unfortunately this is currently blocked due to a possible API bug - this field doesn't seem to be accepted by the v1.0 API contrary to documentation. Changing the API version in the request to beta allows the request to complete.

Screenshot 2024-06-25 at 23 10 26

Screenshot 2024-06-25 at 23 11 38

Closes: #1416

@manicminer
Copy link
Contributor Author

API bug reported upstream: microsoftgraph/msgraph-metadata#647

Copy link
Member

@jackofallops jackofallops left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@manicminer manicminer merged commit 2cebdb1 into main Aug 19, 2024
24 checks passed
@manicminer manicminer deleted the bugfix/conditional-access-session-controls-sign-in-frequency-interval branch August 19, 2024 16:06
@github-actions github-actions bot added this to the v2.54.0 milestone Aug 19, 2024
@manicminer
Copy link
Contributor Author

Note: merged in error, now reverted. This continues to be blocked.

Copy link

This functionality has been released in v3.0.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

1 similar comment
Copy link

This functionality has been released in v3.0.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azuread_conditional_access_policy - BadRequest with sign_in_frequency_interval = "everyTime"
2 participants