Skip to content

Commit fcad8fc

Browse files
committed
Apply suggestions from code review
1 parent 4e7c77e commit fcad8fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/java/identity/enable-spring-boot-webapp-authorization-group-entra-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ Microsoft Entra ID Boot Starter v3.5 and higher parses the groups claim automati
454454

455455
You can use the **BulkCreateGroups.ps1** file provided in the **AppCreationScripts** folder to create a large number of groups and assign users to them. This file helps test overage scenarios during development. Remember to change the user's `objectId` provided in the **BulkCreateGroups.ps1** script.
456456

457-
Handling overage requires a call to [Microsoft Graph](https://graph.microsoft.com) to read the signed-in user's group memberships, so your app needs to have the [User.Read](/graph/permissions-reference#user-permissions) and [GroupMember.Read.All](/graph/permissions-reference#group-permissions) permissions for the [getMemberGroups](/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0) function to execute successfully.
457+
Handling overage requires a call to [Microsoft Graph](https://graph.microsoft.com) to read the signed-in user's group memberships, so your app needs to have the [User.Read](/graph/permissions-reference#user-permissions) and [GroupMember.Read.All](/graph/permissions-reference#group-permissions) permissions for the [getMemberGroups](/graph/api/directoryobject-getmembergroups) function to execute successfully.
458458

459459
> [!IMPORTANT]
460460
> For the overage scenario, make sure you've granted `Admin Consent` for the Microsoft Graph API's `GroupMember.Read.All` scope for both the client and service apps. For more information, see the app registration steps earlier in this article.

articles/java/identity/includes/enable-java-servlet-webapp-authorization-group-entra-id-explore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To create the overage scenario, you can use the following steps:
103103
1. If none found, look into the **groups** claim for user's groups.
104104

105105
> [!NOTE]
106-
> Handling overage requires a call to [Microsoft Graph](https://graph.microsoft.com) to read the signed-in user's group memberships, so your app needs to have the [GroupMember.Read.All](/graph/permissions-reference#group-permissions) permission for the [getMemberObjects](/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0) function to execute successfully.
106+
> Handling overage requires a call to [Microsoft Graph](https://graph.microsoft.com) to read the signed-in user's group memberships, so your app needs to have the [GroupMember.Read.All](/graph/permissions-reference#group-permissions) permission for the [getMemberObjects](/graph/api/directoryobject-getmemberobjects) function to execute successfully.
107107
>
108108
> For more information about programming for Microsoft Graph, see the video [An introduction to Microsoft Graph for developers](https://www.youtube.com/watch?v=EBbnpFdB92A).
109109

0 commit comments

Comments
 (0)