Skip to content

Commit 5b97c88

Browse files
authored
Apply suggestion from @maartenba
1 parent 0afaaf9 commit 5b97c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/identityserver/tokens/client-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ var idsvrBuilder = builder.Services.AddIdentityServer(options =>
476476

477477
Specifying this domain name however triggers an additional authentication step in the [MutualTlsEndpointMiddleware][1],
478478
calling `httpContext.AuthenticateAsync()` with the configured client certificate authentication scheme name.
479-
By default, this scheme name is `"Certificate"`, but you can override this when configuring the MTLS options:
479+
By default, this scheme name is `"Certificate"`, but you can override this when configuring the mTLS options:
480480

481481
```csharp {6}
482482
// Program.cs

0 commit comments

Comments
 (0)