Creating a token profile
Use a JSON Web Token (JWT) to exchange information securely 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.
- 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