Skip to content

Commit 852d4de

Browse files
authored
Fix typo in /me endpoint description
1 parent 6429532 commit 852d4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/entra/entra-id/users-groups-entra-apis/error-call-me-endpoint-microsoft-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When you try to call the `/me` endpoint from your Microsoft Entra ID-based appli
3232

3333
## Cause
3434

35-
The `/me` endpoint is designed to enable signed-in users to retrieve their own information. To call the `/me` endpoint, you must provide some user context because the endpint uses delegated permissions. That is, a token that's generated by using the client credentials grant flow can't use the `/me` endpoint because the user context information is absent.
35+
The `/me` endpoint is designed to enable signed-in users to retrieve their own information. To call the `/me` endpoint, you must provide some user context because the endpoint uses delegated permissions. That is, a token that's generated by using the client credentials grant flow can't use the `/me` endpoint because the user context information is absent.
3636

3737
Tokens that are obtained by using the client credentials grant flow represent application identities, not user identities. These tokens contain a **roles** claim for application permissions instead of a scp (scopes) claim for delegated permissions. The absence of user context makes it impossible for the `/me` endpoint to determine the user who is associated with the request.
3838

0 commit comments

Comments
 (0)