Skip to content

Commit 284c082

Browse files
committed
minor change
1 parent e6a0e82 commit 284c082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/entra/entra-id/app-integration/get-signed-in-users-groups-in-access-token.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Provides a sample project to introduce how to get signed in user gr
44
ms.topic: how-to
55
ms.reviewer: daga, v-weizhu
66
ms.service: entra-id
7-
ms.date: 03/10/2025
7+
ms.date: 03/11/2025
88
ms.custom: sap:Developing or Registering apps with Microsoft identity platform
99
---
1010
# How to get signed in user groups list when groups overage claim is displayed in access tokens
@@ -124,7 +124,7 @@ If the token contains the claims `claim_names` and `claim_sources`, then it indi
124124

125125
try
126126
{
127-
// use the user id in the new graph url since the old overage link is for aad graph which is being deprecated.
127+
// use the user id in the new graph URL since the old overage link is for Azure AD Graph which is being deprecated.
128128
userId = token.Claims.First(c => c.Type == "oid").Value;
129129

130130
// getting the claim name to properly parse from the claim sources but the next 3 lines of code are not needed,
@@ -326,7 +326,7 @@ In a similar fashion, the Graph SDK has an entry method `Get_Groups_GraphSDK_Met
326326

327327
```csharp
328328
/// <summary>
329-
/// Entry point to make the request to Microsoft Graph using the Graph sdk and outputs the list to the console.
329+
/// Entry point to make the request to Microsoft Graph using the Graph SDK and outputs the list to the console.
330330
/// </summary>
331331
/// <param name="graphToken"></param>
332332
/// <returns></returns>

0 commit comments

Comments
 (0)