Skip to main content

Embedded JWK

Generate a token with an embedded public JWK in the header:

{
"vulnerability": "embedded_jwk",
"body": {
"sub": "user123"
}
}
POST /token
Request
{
"vulnerability": "embedded_jwk",
"body": {
"sub": "user123"
}
}
Response
No response yet
Decoded token
No token yet