Polish MyData vault and verifier presentation flows - #57
Open
mashbean wants to merge 8 commits into
Open
Conversation
mashbean
force-pushed
the
codex/mydata-vault-flow
branch
2 times, most recently
from
September 1, 2026 11:47
dbed350 to
8ce3ea1
Compare
added 6 commits
September 2, 2026 01:31
mashbean
force-pushed
the
codex/mydata-vault-flow
branch
from
September 1, 2026 17:34
8df1c05 to
1ebf5e1
Compare
added 2 commits
September 3, 2026 18:09
…mydata-vault-flow # Conflicts: # backupTW/SceneDelegate.swift
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
MyData authentication boundary
MyData authorisation is single-use and the data-providing agency decides the required identity check. The app therefore does not retain or replay a Mobile Citizen Certificate assertion. It keeps the official persistent website session open only for downloading several files that are already available in Personal documents; a new data request may still require identity verification.
Verifier fix
The production verifier used to request both
nameandroc_birthdayfrom every government card. Telecom cards have no birthday, so the general scenario could never present. The paired verifier deployment now requests:nameroc_birthdayname,birthdatebirthdateThe stacked #56 base contains the corresponding iOS
vc+moicaresponse path for self-issued MyData credentials; this PR adds the MyData vault and UI follow-up.Verification
backupTWTests: 1,568 total; 1,562 passed; 6 skipped; 0 failedStack
This PR is intentionally based on
codex/711-pickup-qr/ #56. GitHub therefore shows only the MyData follow-up commits here. After #56 merges, retarget this PR tomain.Remaining device validation