Package org.forgerock.openig.fapi.certificate
package org.forgerock.openig.fapi.certificate
This package contains classes related to Client TLS Certificates.
-
ClassDescriptionException thrown when parsing and validation the TLS Client Certificate using a
ClientCertificateFilter.Contextcontaining the TLS client certificate during FAPI interactions.Filterresponsible for initializing theClientCertificateFapiContext, with a client's TLS certificate.Filterresponsible for validating the inbound request'sTLS transport certificate, when making a request to an Authorisation Server endpoint.Filterresponsible for validating the inbound request'sTLS transport certificate, as found in theClientCertificateFapiContext.Certificate validation is achieved by comparing the incomingclient certificatewith those obtained from the clientJWKSet.