Skip to content

Commit 95eac54

Browse files
authored
Merge pull request #51533 from eljobe/patch-1
Remove redundant sentence fragment
2 parents 4bae48e + 105cc23 commit 95eac54

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-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ That's why they register a secret (an application password or certificate) with
4545
> [!NOTE]
4646
> Adding sign-in to a web app is about protecting the web app itself. That protection is achieved by using *middleware* libraries, not the Microsoft Authentication Library (MSAL). The preceding scenario, [Web app that signs in users](scenario-web-app-sign-user-overview.md), covered that subject.
4747
>
48-
> This scenario covers how to call web APIs from a web app. You must get access tokens for those web APIs. To acquire those tokens, you use MSAL libraries to acquire these tokens.
48+
> This scenario covers how to call web APIs from a web app. You must get access tokens for those web APIs. You use MSAL libraries to acquire these tokens.
4949
5050
Development for this scenario involves these specific tasks:
5151

0 commit comments

Comments
 (0)