feat(IT-Wallet): [SIW-3963] Request status list during credentials issuance#8261
Open
gispada wants to merge 36 commits into
Open
feat(IT-Wallet): [SIW-3963] Request status list during credentials issuance#8261gispada wants to merge 36 commits into
gispada wants to merge 36 commits into
Conversation
Contributor
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
Contributor
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
gispada
marked this pull request as ready for review
July 21, 2026 09:21
gispada
requested review from
a team,
Leerti,
emilio-dimari and
soixdev91
as code owners
July 21, 2026 09:21
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.
Short description
This PR requests the status list at the end of the issuance flow for the new 1.3 credentials, while older credentials still request the status assertion.
To have the two validity mechanisms coexist, the
storedStatusAssertionproperty in the credential metadata bundle has been renamed tovalidity.Note
Note 1 Migration for existing 1.3 credentials has been skipped because it requires async logic and the complexity is not worth it for the pre environment and a small group of users: these users will need re-obtain their credentials to get the status list.
Note 2 Dynamic errors from the status list code are not included in this PR: they will be handled in SIW-4682.
List of changes proposed in this pull request
storedStatusAssertiontovalidityobtainStatusAssertionmachine actor to request either the status list or assertion depending on the active IT-Wallet versionHow to test
Migration
masterbranchfeatures.itWallet.credentials.credentials[<id>].validityUpgrade
With Documenti su IO and a few credentials, upgrade to IT-Wallet and ensure the validity property is set with the status (for instance "VALID") and the status list reference.
New issuance
Get a new IT-Wallet credential and ensure the validity property is set with the status (for instance "VALID") and the status list reference.