Skip to content

Commit e5835b1

Browse files
authored
Nit patch on Blazor server guidance (#17610)
1 parent 99efbbe commit e5835b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory-b2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The support for authenticating and authorizing calls to ASP.NET Core Web APIs is
120120

121121
### Authentication service support
122122

123-
The `AddAuthentication` method sets up authentication services within the app and configures the JWT Bearer handler as the default authentication method. The `AddAzureADBearer` method sets up the specific parameters in the JWT Bearer handler required to validate tokens emitted by the Azure Active Directory B2C:
123+
The `AddAuthentication` method sets up authentication services within the app and configures the JWT Bearer handler as the default authentication method. The `AddAzureADB2CBearer` method sets up the specific parameters in the JWT Bearer handler required to validate tokens emitted by the Azure Active Directory B2C:
124124

125125
```csharp
126126
services.AddAuthentication(AzureADB2CDefaults.BearerAuthenticationScheme)

0 commit comments

Comments
 (0)