mattrglobal / oidc-portable-identities

oidc-portable-identities
https://mattrglobal.github.io/oidc-portable-identities/
3 stars 3 forks source link

How VC/VPs are included in OpenID Connect response #13

Open Sakurann opened 3 years ago

Sakurann commented 3 years ago

Option 1: include vp, vc properties inside an id_token. pros are id_tokens are already perceived as carrying claims about the user. cons are this could overload an id_token

Option 2: create a new vp, vc top-level property pros: clarifies that this is a new credential format cons: support from RP implementations

capturing the discussion on 02-10-2021