decentralized-identity / jwt-vc-presentation-profile

https://identity.foundation/jwt-vc-presentation-profile/
Apache License 2.0
15 stars 15 forks source link

Conflict with current SIOPv2 spec and profile #18

Closed dwight-holman closed 1 year ago

dwight-holman commented 2 years ago

SIOP says:

iss is REQUIRED. in case of a self-issued ID token, this claim MUST be set to the value of the sub claim in the same ID Token.

Profile currently says:

iss claim MUST be https://self-issued.me/v2/openid-vc.

Sakurann commented 2 years ago

yes, in current SIOPv2, iss==sub in the self-issued ID Token.

I think we should migrate to iss==sub once every implementer is ready. (potentially after interoping on the Issuance)

Sakurann commented 2 years ago

clarify that we use first implementer's draft of SIOPv2 and OpenID4VP and update the URL

Sakurann commented 1 year ago

PR #36