Fill in the properties below, and hit the "Generate JWT" button below.
A JSON representation of what the deserialized token will look like (not the actual token since this text is pre-generated).
The token will be signed with a certificate as defined in appsettings.json (kid == thumbprint).
The token will be signed with a certificate as defined in appsettings.json (kid == thumbprint).
{
"alg": "RS256",
"kid": "B878F308B1A019426AF0FD4457DD84132757A4F0",
"x5t": "placeholder",
"typ": "JWT"
}.{
"iss": "contoso",
"aud": "jwt_generator"
"sub": "john.doe@contoso.com",
"nbf": 1769394566,
"exp": 1769398166
}
Generated token