Configuring an activity to process a JSON Web Token
To process a JSON Web Token, you need to call the pxProcessJWT activity. The activity can then process the token.
- Create a custom activity that you will use to process the JSON web token.
- In your activity, add a step to call the activity pxProcessJWT,
and pass these parameters.
- profileName - Enter the token profile name that you created.
- jwtPageName - Enter the JWT clipboard page name.
- inputPagaName - Enter the page name that contains input data used in a custom claim.
- payloadPageName - Enter the page name from which you want to map properties.
- payloadCustomKeyName - Enter the node name where the data is generated. The default name is pyData.
- excludedPropertiesJWTList - Enter a comma-separated list of properties to exclude from the node.
- outputPegaName - Enter the generated JWT.
- Click Save.
- Run your custom activity to process the token.
Previous topic Creating a processing JSON Web Token profile Next topic Securing an activity