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
It also seems that type=Scope is not correct, azure portal does not enable granting admin consent in this case. This can be fixed by changing this to type=Role
Applying this module vanilla fails because User.Read is not a known MS Graph permission
terraform-azure-meshplatform/modules/meshcloud-sso/module.tf
Line 28 in 23e30c9
The correct one seems to be
User.Read.All
which also matches instructions at https://docs.meshcloud.io/docs/meshstack.identity-provider.html#azure-ad-aadThe text was updated successfully, but these errors were encountered: