---
title: ClientCertificateFapiContext
description: Reference for ClientCertificateFapiContext, a PingGateway context providing access to the TLS client certificate during FAPI interactions
component: pinggateway
version: 2026
page_id: pinggateway:reference:ClientCertificateFapiContext
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/ClientCertificateFapiContext.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  properties: Properties
  more_information: More information
---

# ClientCertificateFapiContext

Context containing the TLS client certificate during FAPI interactions.

## Properties

The context is named `FapiClientCertificate` and is accessible at `${contexts.FapiClientCertificate}`. The context has the following properties:

* `"clientCertificate"`: *[java.security.cert.X509Certificate](https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/cert/X509Certificate.html)*

  The client's certificate.

## More information

[org.forgerock.openig.fapi.certificate.ClientCertificateFapiContext](../_attachments/apidocs/org/forgerock/openig/fapi/certificate/ClientCertificateFapiContext.html)
