You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing same issue with TF 1.10.4 and AzureAD 3.1.0. The original debug log on this ticket caught me out as was comparing with my issue, but the debug log appears to be for a successful run. My debug log can be found here - https://gist.github.com/jamesw4/2ec23beeead41af5ff2e481d890a0ef6
It seems that claimValue for the auth context is being set to null. I had a quick look at the code but by no means an expert, but wondering if it seeing there is already a value (there is, its null) and its setting that rather than taking the provided value?
Community Note
Terraform (and AzureAD Provider) Version
Terraform v1.9.3
on windows_amd64
Affected Resource(s)
azuread_group_role_management_policy
Terraform Configuration Files
Debug Output
https://gist.github.com/SuryenduB/0a81d846643fc653d1b8e9a773e69907
Panic Output
Expected Behavior
Expected behaviour authentication to be set.Actual Behavior
Authentication Context is not set.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: