Skip to content

Commit

Permalink
Merge pull request #529 from lazyrainynight/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock authored Oct 8, 2024
2 parents a687942 + abea772 commit f997ee5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.
Can be enabled by calling the *AddMutualTlsSecretValidators* DI extension method.

0 comments on commit f997ee5

Please sign in to comment.