nuts-node icon indicating copy to clipboard operation
nuts-node copied to clipboard

Authorization request should only contain a nonce if clients requires the return to contain it

Open gerardsn opened this issue 1 year ago • 0 comments

Currently we add a nonce to all (JAR) Request Objects. The nonce should only be present if the client/RP expects the server to incorporate it into the result, such as a vp_token. (or openid id_token, where this param was first defined).

authorization request already contain a state param that is unique for randomness in signatures.

gerardsn avatar May 17 '24 14:05 gerardsn