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

Reordered Rules/Display code to align with order in Portal #72

Closed bolt-io closed 1 year ago

bolt-io commented 1 year ago

I'm lazy and copy pasta meant I put the sample rules definition in the display input and vice versa then got an error message attestations is a required value. Please enter a value and try again. Error code: missingRequiredParameter which confused me for a while before realising my mistake.

So hopefully by following the same order as the portal experience, other user's won't encounter this :)