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
.Context
containing the TLS client certificate during FAPI interactions.Filter
responsible for initializing theClientCertificateFapiContext
, with a client's TLS certificate.Filter
responsible for validating the inbound request'sTLS transport certificate
, when making a request to an Authorisation Server endpoint.Filter
responsible for validating the inbound request'sTLS transport certificate
, as found in theClientCertificateFapiContext
.Certificate validation is achieved by comparing the incomingclient certificate
with those obtained from the clientJWKSet
.