SAML Parser

JWT Generator

An online JWT generation tool for creating test and sample data.

I created this tool so that I could easily create JSON Web Tokens (JWTs) without working around the mandatory claims or (valid) opinions of some JWT libraries. I just needed a tool to create a JWT in a specific format to use as an example on my blog or documentation. As a result, the only required value for JWTs created with this tool is the alg header.

To learn more about JWTs, and how to use them securely, check out my Pluralsight course: JWT Fundamentals.