From 707eff1f0dbd938864cbb0dd80d3c3ce1c3182b5 Mon Sep 17 00:00:00 2001 From: Daniel Laskewitz Date: Fri, 20 Sep 2024 16:21:34 +0200 Subject: [PATCH] Updated scopes --- .../AADInvitationManager/apiProperties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/independent-publisher-connectors/AADInvitationManager/apiProperties.json b/independent-publisher-connectors/AADInvitationManager/apiProperties.json index 74d52eb095..06a3dd71b5 100644 --- a/independent-publisher-connectors/AADInvitationManager/apiProperties.json +++ b/independent-publisher-connectors/AADInvitationManager/apiProperties.json @@ -7,7 +7,8 @@ "identityProvider": "oauth2", "clientId": "", "scopes": [ - "https://graph.microsoft.com/.default" + "https://graph.microsoft.com/.default", + "User.Invite.All" ], "redirectMode": "Global", "redirectUrl": "https://global.consent.azure-apim.net/redirect",