You are here: Security > Creating a JSON Web Token from a Token Profile > Configuring activities to generate and process a JSON Web Token

Configuring activities to generate and process a JSON Web Token

To generate and process a JSON Web Token in Pega Platform, you need to call the pxGenerateJWT activity and the pxProcessJWT activity. The activities can then generate and process the token.

  1. In the Designer Studio search field, enter pxGenerateJWT, and press Enter.
  2. Double-click the activity to configure it.
  3. On the Parameters tab, click Private edit to configure the following parameters:
  4. Click Save.
  5. In the Designer Studio search field, enter pxProcessJWT, and press enter.
  6. Repeat step 2 through 4 to configure the activity.