Skip to content
Abblix

TokenEndpointAuthMethodValidator Class

Validates that the requested token_endpoint_auth_method (RFC 7591 §2) is one this server announces in token_endpoint_auth_methods_supported on its discovery document.

C#
public class TokenEndpointAuthMethodValidator : Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation.SyncClientRegistrationContextValidator

Inheritance System.ObjectSyncClientRegistrationContextValidator → TokenEndpointAuthMethodValidator

Constructors

TokenEndpointAuthMethodValidator(IClientAuthenticator) Constructor

Validates that the requested token_endpoint_auth_method (RFC 7591 §2) is one this server announces in token_endpoint_auth_methods_supported on its discovery document.

C#
public TokenEndpointAuthMethodValidator(Abblix.Oidc.Server.Features.ClientAuthentication.IClientAuthenticator clientAuthenticator);

Parameters

clientAuthenticator IClientAuthenticator

Source of supported client authentication methods.