Skip to content

Commit f223976

Browse files
authored
Update v1-oauth2-on-behalf-of-flow.md
updating to address @hpsin 's comments
1 parent 7a06eb3 commit f223976

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 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).
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 the 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)
@@ -58,7 +58,7 @@ Register both the middle-tier service and the client application in Azure AD.
5858
1. Enter a friendly name for the application and select the application type.
5959
1. Depending upon the application type, set either the sign-on URL or the redirect URL to the base URL.
6060
1. Select **Create** to create the application.
61-
1. Record your key value before exiting the Azure portal.
61+
1. Generate a client secret before exiting the Azure portal.
6262
1. In the Azure portal, choose your application and select **Settings**.
6363
1. Select **Keys** in the Settings menu and add a key with a key duration of either one year or two years.
6464
1. When you save this page, the Azure portal displays the key value. Copy and save the key value in a safe location.

0 commit comments

Comments
 (0)