TokenEndpointAuthMethodValidator Class
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation
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.
public class TokenEndpointAuthMethodValidator : Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation.SyncClientRegistrationContextValidator
Inheritance System.Object → SyncClientRegistrationContextValidator → 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.
public TokenEndpointAuthMethodValidator(Abblix.Oidc.Server.Features.ClientAuthentication.IClientAuthenticator clientAuthenticator);
Parameters
clientAuthenticator IClientAuthenticator
Source of supported client authentication methods.