ClientSecretAuthenticator Class
Abblix.Oidc.Server
Abblix.Oidc.Server.Features.ClientAuthentication
ClientSecretAuthenticator Class
Serves as a base class for client authentication, utilizing client ID and secret. It validates clients against a known list of clients, ensuring that the client secret provided during the authentication process matches the stored secret for the client. This class supports various hash algorithms for secure secret comparison and handles client secret expiration.
public abstract class ClientSecretAuthenticator
Inheritance System.Object → ClientSecretAuthenticator
Derived
↳ ClientSecretBasicAuthenticator
↳ ClientSecretPostAuthenticator