decentralized-identity / presentation-exchange

Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation Definition) and subsequent proof submissions (Presentation Submission)
https://identity.foundation/presentation-exchange
Apache License 2.0
84 stars 37 forks source link

Add Verifier display property #261

Open JaceHensley opened 3 years ago

JaceHensley commented 3 years ago

Similar to how Credential Manifest has an issuer display property I think it would good for verifiers to be able to tell wallets how to display who they are

brentzundel commented 3 years ago

I like the idea of the verifier being able to specify how the presentation definition and other metadata is displayed, but really don't think it fits as part of the presentation definition object. I'd be fine defining a separate object for that purpose in the presentation exchange spec that could be sent alongside a presentation definition, but don't think both concerns belong in the same place.

JaceHensley commented 3 years ago

Interesting, I'd be fine with that. That would mean that it doesn't mirror CM as well much. But maybe the display stuff in CM should be external too?