issues
search
openid
/
OpenID4VCI
68
stars
20
forks
source link
Fix c_nonce language; may fix #331
#365
Closed
awoie
closed
3 months ago
awoie
commented
4 months ago
May fix #331.
removed c_nonce from batch (was MUST)
c_nonce only enforced if issuer policy requires it
made it clear that c_nonce is optional
fixed c_nonce language for ldp proof type
out of scope of this PR:
removing c_nonce from token endpoint (see
https://github.com/openid/OpenID4VCI/issues/39
)
how many times a c_nonce can be used
alternative options to c_nonce such as ath, jti etc. (see #357)
May fix #331.
out of scope of this PR: