From abea77231842d220af065f1d29783b9b07ad5456 Mon Sep 17 00:00:00 2001 From: Soonil Hong Date: Tue, 8 Oct 2024 19:11:23 -0400 Subject: [PATCH] Fix typo --- .../v7/docs/content/tokens/authentication/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IdentityServer/v7/docs/content/tokens/authentication/overview.md b/IdentityServer/v7/docs/content/tokens/authentication/overview.md index 3568ce08..7524cd1c 100644 --- a/IdentityServer/v7/docs/content/tokens/authentication/overview.md +++ b/IdentityServer/v7/docs/content/tokens/authentication/overview.md @@ -69,7 +69,7 @@ The following secret parsers are part of Duende IdentityServer: ## Secret validation It is the job of implementations of the [ISecretValidator]({{< ref "/reference/models/secrets#duendeidentityservervalidationisecretvalidator" >}}) interface to validate the extracted credentials. -You can add secret parsers by calling the *AddSecretValidator()* DI extension method. +You can add secret validators by calling the *AddSecretValidator()* DI extension method. The following secret validators are part of Duende IdentityServer: @@ -95,4 +95,4 @@ The following secret validators are part of Duende IdentityServer: * ***Duende.IdentityServer.Validation.X509NameSecretValidator*** Validates X.509 client certificates based on a common name. - Can be enabled by calling the *AddMutualTlsSecretValidators* DI extension method. \ No newline at end of file + Can be enabled by calling the *AddMutualTlsSecretValidators* DI extension method.