Introduction to OIDC Server
Implemented StandardsTechnical Requirements
Abblix.Oidc.Server
Abblix.Oidc.Server.Features.ClientAuthenticationClientSecretAuthenticatorClientSecretBasicAuthenticatorClientSecretJwtAuthenticatorClientSecretPostAuthenticatorIClientAuthenticatorJwtAssertionAuthenticatorBaseNoneClientAuthenticatorPrivateKeyJwtAuthenticatorTlsClientAuthenticatorTlsMetadataClientAuthenticator
Diese Seite wurde noch nicht übersetzt.
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 ClientSecretAuthenticatorInheritance System.Object → ClientSecretAuthenticator
Derived
↳ ClientSecretBasicAuthenticator
↳ ClientSecretPostAuthenticator