openid / OpenID4VCI

68 stars 20 forks source link

Nonce endpoint when making multiple calls to the credential endpoint #413

Open TimoGlastra opened 2 weeks ago

TimoGlastra commented 2 weeks ago

Previously when requesting multiple credentials from a credential issuer the flow we used is that every credential response contained a new nonce for the next request.

With the new nonce endpoint that doesn't seem possible, so for a server/wallet perspective on implementation I'm curious when you want to request issuance of say 5 different credentials types (so 5 requests to credential endpoint), would you do:

In this case all credentials would be requested within the nonces active timeframe (so not expired). Is it ok for the "number used once" to be used for multiple requests?