IdentityPython / oidc-op

An implementation of an OIDC Provider (OP)
Apache License 2.0
65 stars 27 forks source link

feat: Claims Aggregation #135

Open peppelinux opened 3 years ago

peppelinux commented 3 years ago

https://openid.net/specs/openid-connect-claims-aggregation-1_0.html

this may introduce VC in oidcmsg? @rohe Probably we should have a separate library to handle VC and VP if you agree

rohe commented 3 years ago

Probably we should.