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 dc1cd5e commit 3a193fcCopy full SHA for 3a193fc
4-WebApp-your-API/4-2-B2C/README.md
@@ -268,7 +268,7 @@ using Microsoft.Identity.Web.Client.TokenCacheProviders;
268
with
269
270
```Csharp
271
- services.AddAuthentication()
+ services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
272
.AddMicrosoftWebApi(options =>
273
{
274
Configuration.Bind("AzureAdB2C", options);
0 commit comments