CredentialsValidator Class
Abblix.Oidc.Server
Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation
CredentialsValidator Class
Validates that client authentication methods are consistent with the credentials provided during registration. Ensures clients using JWT-based or TLS authentication have the required credentials (JWKS for JWT methods, TLS metadata for TLS methods). JWKS may be provided by any client for encryption or request object signing.
public class CredentialsValidator : Abblix.Oidc.Server.Endpoints.DynamicClientManagement.Validation.SyncClientRegistrationContextValidator
Inheritance System.Object → SyncClientRegistrationContextValidator → CredentialsValidator