Creating token profiles
Use a JSON Web Token (JWT) to securely exchange information between two different parties. For example, a JWT can carry information about a user that can be used by another party to authenticate the identity of the user.
There are two purposes for token profiles: Generation and
Processing. Each is a separate token profile.
- To create a Generation JSON Web Token, see Creating a generation JSON Web Token profile.
- To create a Processing JSON Web Token, see Creating a processing JSON Web Token profile
- Creating a generation JSON Web Token profile
Create a generation JSON Web Token (JWT) profile to specify how Pega Platform generates a given JWT.
- Creating a processing JSON Web Token profile
Create a processing JSON Web Token (JWT) profile to specify how Pega Platform validates and decrypts each JSON Web Token it receives.
Previous topic Token profile data instance Next topic Creating a generation JSON Web Token profile