Skip to content

Commit 2ab8f0d

Browse files
authored
Update auth-concepts.md - fix typo
1 parent 807fdf9 commit 2ab8f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/auth/auth-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ An app can access data in one of two ways as illustrated in the following image.
4141

4242
### Delegated access (access on behalf of a user)
4343

44-
In this access scenario, a user signs into a client application which calls Microsoft Graph on behalf of their behalf. *Both the client app and the user must be authorized to make the request*.
44+
In this access scenario, a user signs into a client application which calls Microsoft Graph on their behalf. *Both the client app and the user must be authorized to make the request*.
4545

4646
For the client app to be authorized to access the data on behalf of the signed-in user, it must have the required permissions, which it receives through a combination of two factors:
4747
- *Delegated permissions*, also referred to as *scopes*: The permissions exposed by Microsoft Graph and that represent the operations that the app can perform on behalf of the signed-in user. The app might be allowed to perform an operation on behalf of one user but not another.

0 commit comments

Comments
 (0)