On This Page
Constructing Messages Using JSON Web Tokens
Follow these steps to construct messages using JWTs:
- Create a P12 Certificate.
- Extract the Private Key from the P12 Certificate.
- Generate a hash of the message body.
- Populate the Header Values.
- Generate Hash of the "claim set."
- Generate a Hash of the "token header."
- Generate a Token Signature hash.
- Populate thesignatureheader field.