Skip to content

Commit 7a06eb3

Browse files
authored
Update articles/active-directory/develop/v1-oauth2-on-behalf-of-flow.md
1 parent a9cad27 commit 7a06eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/v1-oauth2-on-behalf-of-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The OAuth 2.0 On-Behalf-Of (OBO) flow enables an application that invokes a serv
3131
3232
## On-Behalf-Of flow diagram
3333

34-
The OBO flow starts after the user has been authenticated on an application that uses the [OAuth 2.0 authorization code grant flow](v1-protocols-oauth-code.md). At that point, the application has an access token (token A) with the user’s claims and consent to access the middle-tier web API (API A). Next, API A needs to make an authenticated request to the downstream web API (API B).
34+
The OBO flow starts after the user has been authenticated on an application that uses the [OAuth 2.0 authorization code grant flow](v1-protocols-oauth-code.md). At that point, the application sends an access token (token A) to middle-tier web API (API A) containing the user’s claims and consent to access API A. Next, API A makes an authenticated request to the downstream web API (API B).
3535

3636
These steps constitute the On-Behalf-Of flow:
3737
![OAuth2.0 On-Behalf-Of Flow](./media/v1-oauth2-on-behalf-of-flow/active-directory-protocols-oauth-on-behalf-of-flow.png)
@@ -295,4 +295,4 @@ Public clients with wildcard reply URLs can't use an `id_token` for OBO flows. H
295295
Learn more about the OAuth 2.0 protocol and another way to perform service-to-service authentication that uses client credentials:
296296

297297
* [Service to service authentication using OAuth 2.0 client credentials grant in Azure AD](v1-oauth2-client-creds-grant-flow.md)
298-
* [OAuth 2.0 in Azure AD](v1-protocols-oauth-code.md)
298+
* [OAuth 2.0 in Azure AD](v1-protocols-oauth-code.md)

0 commit comments

Comments
 (0)