Skip to content

Commit 751a7a8

Browse files
jmprieurmmacy
andauthored
Update articles/active-directory/develop/scenario-web-app-call-api-app-configuration.md
Co-Authored-By: Marsh Macy <[email protected]>
1 parent 23e8946 commit 751a7a8

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
@@ -38,7 +38,7 @@ Select the tab for the platform you're interested in:
3838

3939
# [ASP.NET Core](#tab/aspnetcore)
4040

41-
To enable your web app to call protected APIs, when using Microsoft.Identity.Web, all you need to do is call `AddWebAppCallsProtectedWebApi`, and decide of a token cache serialization format (for instance in memory token cache):
41+
To enable your web app to call protected APIs when using Microsoft.Identity.Web, you need only to call `AddWebAppCallsProtectedWebApi` and specify a token cache serialization format (for example, in-memory token cache):
4242

4343
```C#
4444
// This method gets called by the runtime. Use this method to add services to the container.

0 commit comments

Comments
 (0)