authentication response and vp_token
siacomuzzi opened this issue · 2 comments
siacomuzzi commented
Hi there,
Can you please confirm what version of the OpenID Connect for Verifiable Presentations
draft are you implementing in the release/v2.0.0 branch?
I thought you were following v1.0-10 (22 April 2022), but there is a significant difference in the authentication response:
- According to this draft, a successful authentication response should contains a
vp_token
parameter along withid_token
andstate
. - But in the
release/v2.0.0
branch, just an id_token is submitted to the RP. https://github.com/Sphereon-Opensource/did-auth-siop/blob/dcc36321e2012f27ab049316480e9a1e8745b3e2/src/main/functions/HttpUtils.ts#L27-L35
Do you have plans to change this part or am I missing something?
Thank you!
maikel-maas commented
Hi @siacomuzzi,
We have an open pull request that is intended to be merged in the next few days which addresses that issue.
nklomp commented
This is fixed in v0.3.0