RS256.
Step 1: Create the JWT header
Use this JSON as the decoded header:Step 2: Create the JWT payload
Use this JSON as the decoded payload and replace the placeholders with your own values:
Note: The timestamp format should look like this: 1639806203.
Step 3: Sign the token with your private key
In this example, the client assertion is generated using Dinochiesa JWT. In the Private Key section, paste the private key you generated earlier when creating your app on the dashboard and leave the public key section empty. Use that key to sign the header and payload withRS256. The signed output is your client assertion.