AdmiralGold
AdmiralGold
See https://github.com/hashicorp/terraform-provider-azuread/issues/1225#issuecomment-2577805105 Still can't get this to work... (azuread provider v 3.0.2) Consider the following TF: ```hcl resource "azuread_conditional_access_policy" "Require_password_change_For_licensed_users_When_high_user_risk_is_detected" { display_name = "Require_password_change_For_licensed_users_When_high_user_risk_is_detected" state = "enabledForReportingButNotEnforced" conditions { client_app_types...
Just stumbled upon this myself for conditional access policies and named locations - it's been 3+ months and the documentation for v3 still doesn't reflect the new syntax? Can we...
Same issues here. Have ruled out desktop EDR tooling, Proxy, Firewalls. Rolling back to a prior version looks like our only option right now to restore productivity. Found that even...
> Facing the same issue where a CA policy with `password change, MFA` with `sign_in_frequency_interval` set to `everyTime` runs into the below error: > > ``` > │ Error: Could...
Ah that makes more sense!