-
Notifications
You must be signed in to change notification settings - Fork 211
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
Expose service identity as a did:web document #5390
Labels
Comments
SCITT has now moved on from did:web, and instead specifies something much closer to openid-configuration, and SCITT/application-specific that does make sense in a generic CCF context:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See microsoft/scitt-ccf-ledger#53 and microsoft/scitt-ccf-ledger#88 for history.
This information is exposed now in the JSON & C++ receipts as "service_endorsements":
CCF/include/ccf/receipt.h
Line 30 in b78c1d0
This is partially implemented in the SCITT ledger now, but would be useful to bring back to CCF generally, for any user who wants a service identity history in a different format. To be defined and implemented is the way key validity ranges are indicated, perhaps by defining additional possible values for
use
, such as"sig:from:2.54:to:5.7869"
, or by using a new field in the key.The text was updated successfully, but these errors were encountered: