openid / SIOPv2

9 stars 2 forks source link

Response mode `direct_post` description seems inconsistent with OID4VP #21

Open nanderstabel opened 8 months ago

nanderstabel commented 8 months ago

The Cross-Device SIOPv2 Request as described here is pretty straightforward:

However, in OID4VP the flow is slightly different:

I wonder if there is a specific reason for why this flow is different between these two specs. Would it make sense to add the flow as described in OID4VP to the SIOPv2 spec as well?

jogu commented 6 months ago

The version in VP is more recent (and was deliberately changed to add things like returned redirect_uri so probably that one is the one to follow.

It's clearly bad to have both specifications claiming to define the direct_post response_mode as that's something that should only be defined once, that will need to be resolved at some point.

nanderstabel commented 6 months ago

Ok that makes sense, thanks for clarifying!