-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for per-MSO data elements.
Our current model involves sending all PII to the device and then a bunch of MSOs + associated data (StaticAuthData) where the latter doesn't include any PII at all. Add the ability for StaticAuthData to also include PII meaning the issuer has the option to send none, some, or all PII along with each MSO. Also use this in appholder by embedding the string "MSO <counter>" on top of the portrait image where <counter> is the count of the MSO and increasing for every use. In this example, only the portrait data element is per-MSO. Fixes #405. Test: Manually tested. Test: New unit tests and all unit tests pass.
- Loading branch information
Showing
10 changed files
with
239 additions
and
120 deletions.
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
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
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
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
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
Oops, something went wrong.