---
title: JWT Bearer Grant Processors
description: JSON Web Token (JWT) Bearer Grant Processors are plugins used by identity provider (IdP) connections to process JWT Bearer Grants.
component: pingfederate
version: 13.1
page_id: pingfederate:administrators_reference_guide:pf_jwt_bearer_grant_processors
canonical_url: https://docs.pingidentity.com/pingfederate/13.1/administrators_reference_guide/pf_jwt_bearer_grant_processors.html
llms_txt: https://docs.pingidentity.com/pingfederate/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
revdate: June 4, 2026
section_ids:
  managing-jwt-bearer-grant-processors: Managing JWT Bearer Grant Processors
  creating-a-jwt-bearer-grant-processor-instance: Creating a JWT Bearer Grant Processor instance
  type-tab: Type tab
  instance-configuration-tab: Instance Configuration tab
  result: Result
---

# JWT Bearer Grant Processors

JSON Web Token (JWT) *(tooltip: \<div class="paragraph">
\<p>An IETF standard container format for a JSON object used for the secure exchange of content, such as identity or entitlement information. You can find the industry standard in \<a href="https\://datatracker.ietf.org/doc/html/rfc7519">RFC 7519\</a>.\</p>
\</div>)* Bearer Grant Processors are plugins used by identity provider (IdP) *(tooltip: \<div class="paragraph">
\<p>A service that manages identity information and provides authentication services to relying clients or SPs within a federated or distributed network.\</p>
\</div>)* connections to process JWT Bearer Grants.

PingFederate uses this type of IdP connection to facilitate user login from MacOS with the Platform SSO Adapter kit. Learn more in [Configuring Platform SSO for macOS](https://docs.pingidentity.com/pingone/strong_authentication_mfa/p1_pid_psso_macos_config.html) in the PingOne documentation.

## Managing JWT Bearer Grant Processors

Go to **Authentication > OAuth > JWT Bearer Grant Processors** in the PingFederate admin console to create or manage JWT Bearer Grant Processor instances.

* Click the name of an existing instance to edit its configuration.

* Click **Check Usage** to see which IdP connections are using this processor instance.

* Click **Delete** to delete unused instances.

  Instances that are currently in use by an IdP connection can't be deleted.

## Creating a JWT Bearer Grant Processor instance

1. In the PingFederate admin console, go to **Authentication > OAuth > JWT Bearer Grant Processors**.

2. Click **Create New Instance**.

   ### Type tab

3. In the **Instance Name** field, enter a friendly name for this processor instance.

4. In the **Instance ID** field, enter an ID for this processor instance.

   PingFederate uses the ID to identify the processor instance for IdP connections and API requests.

5. In the **Type** list, select an available type for this processor instance.

   |   |                                                                                                                                                                                                                                                                                                             |
   | - | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   |   | Select the **Mac Platform SSO JWT Bearer Grant Processor** instance type to configure the processing required for macOS SSO.Learn more in [Configuring Platform SSO for macOS](https://docs.pingidentity.com/pingone/strong_authentication_mfa/p1_pid_psso_macos_config.html) in the PingOne documentation. |

6. (Optional) In the **Parent Instance** list, select an existing processor instance to be the parent instance.

7. Click **Next**.

   ### Instance Configuration tab

8. In the **Mac Platform SSO Adapter Instance** list, select a configured adapter instance to associate with this processor instance.

9. Select one of the following:

   * Click **Next** to proceed to the **Summary** tab and review your processor instance.

   * Click **Save** to save your processor instance and return to the **JWT Bearer Grant Processors** list.

## Result

Your processor instance is available when you select the **JWT Bearer Grant Processor** connection type when creating an IdP connection. Learn more in [Configuring a JWT Bearer Grant Processor Attribute Mapping Instance](pf_configuring_jwt_bearer_grant_processor_attribute_mapping_instance.html).
