-
Notifications
You must be signed in to change notification settings - Fork 110
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 confidence method to VCDM #1054
Closed
Closed
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
c08f81a
fix: first stab on #789
5884ecc
fix: fixed typo
d353ed8
fix: added confirmation method to types section
fc0cd1f
fix: fixes references in types section and adds reference to extensio…
87fb326
fix: removed array from confirmation method types
2b84c20
fix: removed array from confirmation method example if only one confi…
1d83150
fix: removed id in 2nd confirmation method example
59684a4
fix: accepting editorial suggestions
awoie 8450b27
fix: accepting editorial suggestions
awoie 825d128
fix: accepting editorial language improvements
awoie 61381c1
fix: accepting editorial suggestions
awoie 9e61926
fix: accepting editorial suggestions
awoie 1f6c3d3
fix: accepting editorial suggestions
awoie f3f6c47
fix: accepting editorial suggestions
awoie 872d1bd
fix: accepting editorial suggestions
awoie 463b8da
fix: fixed type in confirmation method example
awoie 2632d7d
fix: removed 2023 from confirmation method types
e00e02f
fix: addressed gabe's concern
7275ae8
fix: extended confirmation method verb
23e5108
fix: fixed language
61893d4
fix: fixed whitespace
5e880f1
fix: replaced may with can since notes should not contain normative v…
0f12cca
fix: accepting requested language improvements
awoie 413b14f
fix: accepting editorial improvements
awoie ee326d8
fix: accepting requested language improvements
awoie 6107513
fix: accepting requested language improvements
awoie 6fe6b4a
fix: using satisfy instead of proving control
12ea07e
fix: accepting requested language improvements
awoie 20fe60a
fix: accepting requested language improvements
awoie 90a7455
fix: accepting requested language improvements
awoie fd065af
fix: renamed confirmation method to confidence method
awoie 8821578
fix: renamed confirmation method to confidence method
awoie 73c85e4
fix: renamed confirmation method to confidence method
awoie 65948b1
fix: renamed confirmation method to confidence method
awoie b691737
fix: adjusted intro to confidence method and accepted suggestion on p…
awoie 0dfdc32
fix: accepted editorial suggestions on confidence method
awoie f4435ba
fix: renamed confirmation method to confidence method
awoie 7e06b5c
fix: accepted editorial suggestions on confidence method
awoie 9fb3918
fix: renamed confirmation method to confidence method
awoie 372bbe8
fix: renamed confirmation method to confidence method
awoie 659053b
fix: renamed confirmation method to confidence method
awoie 55a2568
fix: renamed confirmation method to confidence method
awoie 85bce72
Renamed confirmation method to confidence method
awoie 7aa4ec9
Renamed confirmation method to confidence method
awoie c139a8e
Renamed confirmation method to confidence method
awoie 6a7c4fd
Improving definition confidence method definition
awoie a84f866
Fine tuning confidence method language on liability
awoie 1119501
fix: removed normative language for demonstrated confidence method types
05b4034
fix: renamed confirmationMethod to confidenceMethod in example
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the examples, however I wonder if it is best to include a confirmation method example that does not include key proofs, e.g. a portrait picture or the id number of a passport document, as we have described it in our RWOT#11 paper on identifier bindings. This might help readers understand the concept and open their mind
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is further evidence that we're talking about something more broad than "confirmation methods", i.e., "assurance" of some kind. It seems that a "confirmation method" could be one such example of an assurance method -- if we even want to use "confirmation" language at all. But "confirmation method" seems to describe something very specific when used in other places in the ecosystem (e.g., confirmation of the possession of key material -- which, btw, it doesn't even actually confirm).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, portrait picture generally makes sense. For example in the ICAO DTC use case, where a traveller registers their DTC before travelling. The DTC might include a confirmation method with a biometric template, e.g., picture. When crossing the border, the automated border control system could then check whether a traveller with that biometric template was registered and let them through.