dbsc icon indicating copy to clipboard operation
dbsc copied to clipboard

JWT clarifications needed

Open dickhardt opened this issue 10 months ago • 0 comments

In the first JWT, it looks like "jti": "nonce" should be "jti": "challenge from Sec-Session-Challenge header"

"key":"public key" is vague. Perhaps use a jwk?

Why is the session ID not in the first JWT as a sub?

Why is the second JWT different? Could it not be the same?

It looks like you are intentionally not having a iss claim, clarify it should not be included, as well as what else should not be included. This then leads to describing the JWT verification steps the server should follow

dickhardt avatar Apr 06 '24 08:04 dickhardt