Skip to content

Commit e20f3b9

Browse files
authored
Update scenario-web-app-call-api-app-configuration.md
1 parent 966cb19 commit e20f3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-web-app-call-api-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ As shown in the [Web app that signs in users](scenario-web-app-sign-user-overvie
2525
1. Request an authorization code. This part delegates a private dialogue with the user to the Microsoft identity platform. During that dialogue, the user signs in and consents to the use of web APIs. When the private dialogue ends successfully, the web app receives an authorization code on its redirect URI.
2626
1. Request an access token for the API by redeeming the authorization code.
2727

28-
The [Web app that signs in users](scenario-web-app-sign-user-overview.md) scenarios covered only the first step. Here you learn how to modify your web app so that it not only signs users in but also now calls web APIS.
28+
The [Web app that signs in users](scenario-web-app-sign-user-overview.md) scenarios covered only the first step. Here you learn how to modify your web app so that it not only signs users in but also now calls web APIs.
2929

3030
## Libraries that support web-app scenarios
3131

0 commit comments

Comments
 (0)