You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings, while implementing BitstringStatusList in our use case (supply-chain), we uncovered a situation where an issued credential might have a new version available for pickup which doesn't warrant a revocation of the previous version, but it would still be worthwhile to have a status to signal that an updated version is available.
Therefore I would like to suggest adding a status purpose supersessionrefresh, which can have a value of 0(meaning this is the latest version of the credential available) or 1 (MAY be refreshed).
The process for a holder and/or verifier to get the latest version is out of scope, however I would intend this to be used in parallel with a SupersessionRefresh defined refreshService type, which contains an endpoint to query and get an updated version of the credential.
Once the software have retrieved the latest version of the credential, they would archive the current version and replace it with the latest version in their software, or create a Symbolic link towards it.
edit: renamed supersession to refresh as proposed.
The text was updated successfully, but these errors were encountered:
msporny
added
CR1
This item was processed during the first Candidate Recommendation phase.
normative
The item is normative in nature.
labels
Nov 17, 2024
refresh would make sense, especially if its paired with a refresh service (optional, could also be out of bound). I had update at first then changed to supersession to align with the revocation/suspension terminologies.
Whichever term has consensus around which is representative of the features.
Greetings, while implementing
BitstringStatusList
in our use case (supply-chain), we uncovered a situation where an issued credential might have a new version available for pickup which doesn't warrant a revocation of the previous version, but it would still be worthwhile to have a status to signal that an updated version is available.Therefore I would like to suggest adding a status purpose
supersession
refresh
, which can have a value of0
(meaning this is the latest version of the credential available) or1
(MAY be refreshed).The process for a holder and/or verifier to get the latest version is out of scope, however I would intend this to be used in parallel with a
definedSupersessionRefresh
refreshService
type, which contains an endpoint to query and get an updated version of the credential.Once the software have retrieved the latest version of the credential, they would archive the current version and replace it with the latest version in their software, or create a Symbolic link towards it.
edit: renamed
supersession
torefresh
as proposed.The text was updated successfully, but these errors were encountered: