Class TraefikProxySslClientCertificateLookupFactory

java.lang.Object
org.keycloak.services.x509.TraefikProxySslClientCertificateLookupFactory
All Implemented Interfaces:
ProviderFactory<X509ClientCertificateLookup>, X509ClientCertificateLookupFactory

public class TraefikProxySslClientCertificateLookupFactory extends Object implements X509ClientCertificateLookupFactory
Factory for the Traefik proxy SSL client certificate lookup provider.

This factory creates TraefikProxySslClientCertificateLookup instances that extract X.509 client certificates forwarded by Traefik's PassTLSClientCert middleware.

See Also: