Skip to content

Commit 3a193fc

Browse files
authored
Adding the authentication scheme
1 parent dc1cd5e commit 3a193fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4-WebApp-your-API/4-2-B2C/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ using Microsoft.Identity.Web.Client.TokenCacheProviders;
268268
with
269269
270270
```Csharp
271-
services.AddAuthentication()
271+
services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
272272
.AddMicrosoftWebApi(options =>
273273
{
274274
Configuration.Bind("AzureAdB2C", options);

0 commit comments

Comments
 (0)