bifurcation / userinfo-vc

A core interop profile for Verifiable Credentials in OpenID
0 stars 1 forks source link

Priming Request Example #19

Closed PieterKas closed 1 year ago

PieterKas commented 1 year ago

The response to the priming request is described as an error response, but the return is an HTTP/1.1 200 OK. Should there be some other response that indicates an error, or is this not really an error response?

bifurcation commented 1 year ago

The error is in the example. According to the VCI spec, it should be an error response.

Now, given that this nonce priming is likely to be a common, normal thing, it's arguable that VCI should be able to provide a non-error response that provides a nonce. (This would give you three "flavors" of successful credential response: Issuance, deferred issuance, and nonce.) But that's an issue for VCI.