Skip to content

Commit 475475f

Browse files
jennyf19jmprieur
andauthored
Update 2-WebApp-graph-user/2-2-TokenCache/README-incremental-instructions.md
Co-authored-by: Jean-Marc Prieur <[email protected]>
1 parent d35646e commit 475475f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-WebApp-graph-user/2-2-TokenCache/README-incremental-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void ConfigureServices(IServiceCollection services)
9696
. . .
9797
// Token acquisition service based on MSAL.NET
9898
// and the Sql server based token cache implementation
99-
services.AddMicrosoftIdentityPlatformAuthentication(Configuration)
99+
services.AddMicrosoftWebAppAuthentication(Configuration)
100100
.AddMicrosoftWebAppCallsWebApi(new string[] { Constants.ScopeUserRead })
101101
.AddSqlAppTokenCache(Configuration)
102102
.AddSqlPerUserTokenCache(Configuration);

0 commit comments

Comments
 (0)