Azure-Samples / active-directory-verifiable-credentials

A code sample demonstrating how to use Azure Active Directory's preview functionality to issue and consume verifiable credentials.
107 stars 65 forks source link

Presentation request for a subset or a single attribute #7

Closed Riff451 closed 3 years ago

Riff451 commented 4 years ago

Hello, I couldn't find an example so I'm asking here. Is it possible with the RequestorBuilder to create a request containing just a subset of the attributes defined in the credential type? In the example below just the credential type is defined. If it's possible is it also possible to remove the credential type from the request and just ask for some attribute names?

Thank you very much.

https://github.com/Azure-Samples/active-directory-verifiable-credentials/blob/84cb07a7803e7356006c5d4fe41b9a7cf3556d32/verifier/app.js#L98

dstrockis commented 4 years ago

Hi @Riff451, not at this time. This is something on our roadmap, but not currently supported.