We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35646e commit 475475fCopy full SHA for 475475f
2-WebApp-graph-user/2-2-TokenCache/README-incremental-instructions.md
@@ -96,7 +96,7 @@ public void ConfigureServices(IServiceCollection services)
96
. . .
97
// Token acquisition service based on MSAL.NET
98
// and the Sql server based token cache implementation
99
- services.AddMicrosoftIdentityPlatformAuthentication(Configuration)
+ services.AddMicrosoftWebAppAuthentication(Configuration)
100
.AddMicrosoftWebAppCallsWebApi(new string[] { Constants.ScopeUserRead })
101
.AddSqlAppTokenCache(Configuration)
102
.AddSqlPerUserTokenCache(Configuration);
0 commit comments