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 651618c commit aab6942Copy full SHA for aab6942
2-WebApp-graph-user/2-3-Multi-Tenant/Startup.cs
@@ -84,8 +84,6 @@ public void ConfigureServices(IServiceCollection services)
84
85
return Task.FromResult(0);
86
};
87
- }, options =>
88
- {
89
})
90
.AddMicrosoftWebAppCallsWebApi(Configuration, new string[] { GraphScope.UserReadAll })
91
.AddInMemoryTokenCaches();
0 commit comments