You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HAIP specifies in Section 5 for OpenID4VP that:
Response mode MUST be direct_post with redirect_uri as defined in Section 6.2 of OID4VP.
However, redirect_uri must not be present when the Response Mode is direct_post as described in the OpenID4VP specs in Section 6.2-7.2:
If the redirect_uri Authorization Request parameter is present when the Response Mode is direct_post, the Wallet MUST return an invalid_request Authorization Response error.
Therefore, I assume that the HAIP should use response_uri instead of redirect_uri which would align with the OpenID4VP specs.