Sphereon-Opensource/SIOP-OID4VP

OID4VP verify problem

cindy-chin opened this issue · 4 comments

Hi,
May I know there is a support for create authorization request on direct_post ode with the response_uri and verify it? because I cannot make it works

verifyAuthorizationResponse() for this method, it asking for AuthorizationResponsePayload that need idToken, but I only have vpToken

Hi @cindy-chin We are currently working on support for the latest version. That is the problem with ever moving specs ;)

I expect us to have something after the weekend

verifyAuthorizationResponse() for this method, it asking for AuthorizationResponsePayload that need idToken, but I only have vpToken

Could you elaborate a bit more on this one? The AuthorizationResponsePayload itself is listing both the id_token and vp_token as optional as it should:

image

Yup, thankiew, previously the function is checking if id_token is null, then it will throw some error, but i think your latest push have solve this issue.