-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add human-readable proof-request information to QR code page #646
Comments
Standard items in metadata should also be |
Would we want "Scan with a Digital Wallet" (and "Continue with:" on mobile) to be able to be changed to something else? As it's instructional UX for the wallet usage. So with a configurable
There would be options like this (size and layout TBD). Might be worth getting input from @knguyenBC |
Yes, where the layout and content default to what we see on the screen currently. In the absence of metadata content:
+1 for getting @knguyenBC's input |
Can the metadata be configured for every use case or is it configured for every proof request? i.e. in the courthouse example above, the description is specific to courthouse materials but if another use case uses the same proof, could the description change? Even though we have that screen for when people scan with a normal camera, I think it's important to call out "scan with a digital wallet" to catch them a earlier (a reward for people who read). So I agree with the screens @loneil has suggested. The issue is who is defining the Title, description, and claims. |
Current thought is the meta-data would be defined on the proof request. But yes that needs to be considered when registering the proof request; how generic is it's use. |
The metadata will be for each proof-request configuration. Any user of VC-AuthN can decide to use any of the configured proof-requests, so the title/description should be as generic as possible (for that proof-request). That is the reason why I was suggesting we start with the list of claims, as this can be used to fill a parametrized statement that will always be applicable regardless of the proof-request in use. |
I think for now, the list of claims and title is fine. No need for a description as that should be defined by the verifier on their own webpage. I'm not sure where the title will come from though. Is that a new spec (written and approved by who?) or is that taken from the ver_config_id? (Also written and approved by who?) |
We (Digital Trust Team) review all proof-requests that are made available in the system so it's going to be us determining the correct title for proof-configurations. |
When presented with the QR code to scan with BC Wallet, users will NOT know until after scanning it what is requested in the proof.
To improve this, we should add a
metadata
object to the proof-configuration that can be used to hold information about the proof (useful also for searching in a list) with information about what is requested.The page would display a section similar to the following (example for the Lawyer + Person credential proof):
The proof request will ask you to prove the following:
The data structure containing the information to be displayed could be something like:
Note:
i18n
descriptions could be added to accomodate for multi-language systems.The text was updated successfully, but these errors were encountered: