---
title: JwkPropertyFormat
description: The format of a secret used with FileSystemSecretStore to decode JSON Web Key (JWK) formatted keys into secrets.
component: pinggateway
version: 2026
page_id: pinggateway:reference:JwkPropertyFormat
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/JwkPropertyFormat.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  JwkPropertyFormat-usage: Usage
  JwkPropertyFormat-example: Example
  JwkPropertyFormat-moreinfo: More information
---

# JwkPropertyFormat

The format of a secret used with [FileSystemSecretStore](FileSystemSecretStore.html) to decode JSON Web Key (JWK) formatted keys into secrets.

## Usage

```json
{
  "name": string,
  "type": "JwkPropertyFormat"
}
```

## Example

```json
{
  "heap" : [
    {
      "name": "jwkPropertyFormat",
      "type": "JwkPropertyFormat"
    },
    {
      "name": "MySecretStore",
      "type": "FileSystemSecretStore",
      "config": {
        "format": "jwkPropertyFormat",
        "directory": "&{secretsDir}/idcloud",
        "mappings": [ {
          "secretId": "my.privateKey.jwk",
          "format": "jwkPropertyFormat"
        }
      ]
    }
  }
}
```

## More information

[org.forgerock.openig.secrets.JwkPropertyFormatHeaplet](../_attachments/apidocs/org/forgerock/openig/secrets/JwkPropertyFormatHeaplet.html)
