Saltar al contenido
Abblix
Esta página aún no está traducida.

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.

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

Inheritance System.ObjectSyncClientRegistrationContextValidator → CredentialsValidator