Skip to content

Commit 7211be4

Browse files
committed
feat: reduce user id token scope for entra SSO
1 parent 94cb8c9 commit 7211be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/meshcloud-sso/module.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ resource "azuread_application_password" "meshcloud_sso" {
6565
resource "azuread_service_principal_delegated_permission_grant" "meshcloud_sso" {
6666
service_principal_object_id = azuread_service_principal.meshcloud_sso.object_id
6767
resource_service_principal_object_id = data.azuread_service_principal.msgraph.object_id
68-
claim_values = ["User.Read"]
68+
claim_values = ["openid", "email", "profile"]
6969
}

0 commit comments

Comments
 (0)