2021-09-9 : Identity Implementers WG Call
Summary
On Today's Call:
- Review: Working Group status updates
- Presentation: Jim StClair (Lumedic.io) will present an overview of how SSI technologies are progressing through ISO/TC 307 to become a part of ISO standards.
- Recording: see below
Connection Info
The call takes place over Zoom: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Date
3PM UTC, 8AM PDT, 9AM MDT, 11AM EDT
Welcome/Introductions
Hyperledger is committed to creating a safe and welcoming community for all. For more information please visit our Code of Conduct: Hyperledger Code of Conduct
All activities should be conducted in accordance with the Antitrust Policy found here.
Attendees
- Name (Organization) <email>
- Steve McCown (Anonyome Labs) <smccown@anonyome.com>
- Daniel Bachenheimer (Accenture) <daniel.bachenheimer@accenture.com>
Announcements
IIW #33 (online October 12-14): https://www.eventbrite.com/e/internet-identity-workshop-iiwxxxiii-33-2021b-tickets-160257990965)
- Kiva released "Indy-Diem" - provides an "Indy transaction layer" on top of the Diem ledger (https://github.com/kiva/indy-diem)
- Hyperledger Technical Steering Committee elections are underway. Please vote. (invite will come to your email that is registered with LF)
- This week is the deadline for nominations. Voting is starting next week (?)
Working Group Reports and Release Plans
- Main Identity WG
- Meeting Notes: 2021-06-23
“eIDAS.2 – digital identity wallets on the way”
EU announcement: https://ec.europa.eu/commission/presscorner/detail/en/ip_21_2663
- EU PROPOSED Revised Regulation: https://digital-strategy.ec.europa.eu/en/library/trusted-and-secure-european-e-id-regulation
- The reference above includes the implications of the draft EU law, with the legal basis for digital wallets
- SSI vs national identity schemes
- Attestation of attributes
- requirements for European digital identity wallets
- Slides: Hyperledger EIDW presentation - FINAL.pdf
Meeting recording: zoom_0.mp4
- Hyperledger Indy Contributors WG
- 2021-08-31 Indy Contributors Call
- Indy-Plenum
- CI/CD nearly complete, 16.04 and 20.04 (fixing publishing structure)
- Indy-Node - in progress
- indy-test-automation - ready
- Sovrin Release - pending Node and Plenum
- Indy SDK
- Async libindy: merge pending review https://github.com/hyperledger/indy-sdk/pull/2319
- IndySDK LibVCX - consensus to remove from SDK, PR: https://github.com/hyperledger/indy-sdk/pull/2416
- Should Indy CLI be moved into standalone repository?
- Indy-Plenum
- 2021-08-31 Indy Contributors Call
- Hyperledger Aries
- Aries Working Group meetings:
- Meeting Agenda & Notes: Aries Working Group
- The A & B working groups merged into a single weekly call during the A call's time slot (7am PT, 4 PM CET)
- 2021-09-08-Aries Working Group Call
- Discussion about the status of the DID Spec in the W3C
- Community Response to the DID v1 REC vote
- Presentation on KERI
- Previous discussions
IHAN Blueprint: https://media.sitra.fi/2018/12/22091907/ihan-blueprint-2-5.pdf Services Section 3.5
Reference about fat protocol: https://www.usv.com/writing/2016/08/fat-protocols/
- Aries Bifold User Group (React Native & Typscript)
- 2021-09-08 Aries Bifold Users Group Community Meeting
- Key features: connections, credentials, presenting proofs, revocation, authentication (PIN/biometrics), messaging, multi-ledger detection, UI/UX
- Announcement:
- SITA, Indicio launch Aruba Health App, built using components of Aries Bifold: https://www.sita.aero/pressroom/news-releases/sita-indicio-pave-way-to-safer-travel-experience-with-launch-of-aruba-health-app/
- Aries Framework Javascript
- Released 0.1.0-alpha.253
- Indy wallet overhaul:
- Config is less indy specific
- Lot of methods moved to
IndyLedgerService
andIndyStorageService
in preparation for shared libraries and browser wallet - Update to new
indy-sdk-react-native
(Hyperleger owned version ofrn-indy-sdk
)
- In Progress - Holder Revocation - Indicio
- Code Base
- Aries Bifold: https://github.com/Indicio-tech/aries-bifold
- Aries Mobile Agent React Native (moved to Hyperledger) - https://github.com/hyperledger/aries-mobile-agent-react-native
- Aries Framework Javascript: https://github.com/hyperledger/aries-framework-javascript
- rn-indy-sdk: https://github.com/AbsaOSS/rn-indy-sdk
- Rocket Chat Channel: https://chat.hyperledger.org/channel/aries-bifold
- Aries Agents (Cloud Agent Python, Static Agent)
- 2021-09-01 Aries Cloud Agent - Python Users Group Community Meeting
- Release 0.7.1 PRs merged since 0.7.0
- Aries Agent Test Harness work - Results page: https://aries-interop.info
- Zoom recording: 20210901 ACA-Pug Community Meeting Recording.mp4
- Aries Language Frameworks, Libraries, and SDKs (Go, Java, JavaScript, .NET, Ruby, Python)
- Aries Shared Libraries (agent storage, vdr, utils)
- Aries Shared Components
- now installable via pip; github actions build and test for Windows, Mac and Linux
- indy-vdr - release 0.3.2 https://github.com/hyperledger/indy-vdr
- indy-shared-rs - indy-credx release 0.3.0 https://github.com/hyperledger/indy-shared-rs
- aries-askar (storage) - release 0.1.3, will be working on BBS+ and DIDComm v2 support https://github.com/hyperledger/aries-askar
- Aries Shared Components
- Aries-Framework-Go #aries-go
- 2021-09-07 Framework Go Weekly Planning
- Released v0.1.6
- did:orb 0.1 VDR component created for AFG
- Implementing UniversalWallet2020 APIs
- Working on AIP 2.0 and AcaPy integration
- Working on ECDH-1PU draft 04
- Investigating WACI-PeX compatability
- Aries-Framework-JavaScript - Framework JS Meetings
- Source packages
- "@aries-framework/core" - https://www.npmjs.com/package/@aries-framework/core
- "@aries-framework/node" - https://www.npmjs.com/package/@aries-framework/node
- "@aries-framework/react-native" - https://www.npmjs.com/package/@aries-framework/react-native
- Indy wallet overhaul:
- Config is less indy specific
- Lot of methods moved to
IndyLedgerService
andIndyStorageService
in preparation for shared libraries and browser wallet
- Update to new
indy-sdk-react-native
(Hyperleger owned version ofrn-indy-sdk
)
- Source packages
- Aries-SDK-Ruby
- Horcrux gem for ActiveStorage (0.0.4), moved to https://github.com/decentralized-identity/activestorage-horcrux
- Tools (great for interoperability testing)
- Aries Toolbox (v 0.1.0) https://github.com/hyperledger/aries-acapy-plugin-toolbox
- Aries Protocol Test Suite (v 0.1.0) - https://github.com/hyperledger/aries-protocol-test-suite
- Aries Agent Test Harness - https://github.com/hyperledger/aries-agent-test-harness
- Test Run Status: https://aries-interop.info
- New! Mobile Wallet Test Agent for any mobile wallet
- Aries Working Group meetings:
- Hyperledger Ursa
- Homepage: Hyperledger Ursa (EOL)
- 2021-09-01 Meeting Notes
- Ursa calls are the same time as the Aries calls (considering moving time)
- Discussion on accumulators.
- Are class groups suitable for accumulators?
- Ethereum attestation service–comparison to Indy?
- Brief discussion on "Threshold Schnorr with Stateless Deterministic Signing from Standard Assumptions" (https://eprint.iacr.org/2021/1055.pdf)
- Trust Over IP Foundation
- Main site: https://trustoverip.org/
- Wiki: https://wiki.trustoverip.org/display/HOME/Trust+Over+IP+Foundation
- All Members Meeting
- 18 Aug 2021: https://wiki.trustoverip.org/display/HOME/2021-08-18+All+Members+Meeting+Notes
- Special topic:
- Trust Registries (e.g., Governance Authorities, government border systems, etc.) and how they fit in ToIP architecture
- Trust Registries: CCI and Linux Foundation Public Health (LFPH)
- Slides: 2021 08 18 ToIP All Members Meeting.pdf
- Special topic:
- 18 Aug 2021: https://wiki.trustoverip.org/display/HOME/2021-08-18+All+Members+Meeting+Notes
- Steering Committee Meeting
- 24 Aug 2021: https://wiki.trustoverip.org/display/HOME/2021-08-24+Steering+Committee+Meeting+Page
- Wiki: https://wiki.trustoverip.org/pages/viewpage.action?pageId=75979
- Administrative issues
- Slides: 082421 Steering Commitee Plenary Meeting.pdf
- Recording: Link
- 24 Aug 2021: https://wiki.trustoverip.org/display/HOME/2021-08-24+Steering+Committee+Meeting+Page
- ToIP Working Groups:
- Communications Committee: https://wiki.trustoverip.org/display/HOME/Communications+Committee
- Meeting notes: https://wiki.trustoverip.org/display/HOME/2021-09-03+Communications+Committee+Meeting+Notes
- Process for BLOGs, Positions, etc.
- Community Response to the DID v1 REC vote
- Slides: Communications Committee Meeting September 3 2021.pdf
- Governance Stack
- Technical Stack - Interoperability Taskforce
- Wiki: https://wiki.trustoverip.org/display/HOME/Technology+Stack+Working+Group
- 23 Aug 2021: https://wiki.trustoverip.org/display/HOME/2021-08-23+Weekly+Meeting+Notes
- Trust Registry TF
- Comment period for Trust Criteria Matrix and Trust Criteria Companion Guide has completed.
- Governance Architecture TF
- Terminology development to support the terms defined in the ToIP Governance Architecture Specification and ToIP Governance Metamodel Specification
- ToIP Stack Design Principles TF
- ACDC TF (Authentic Chained Data Container)
- Design Principles TF
- Trust Registry TF
- Utility Foundry
- 31 Aug 2021 Meeting: https://wiki.trustoverip.org/display/HOME/2021-08-31+Meeting+Page
- Intro to KERI
- 31 Aug 2021 Meeting: https://wiki.trustoverip.org/display/HOME/2021-08-31+Meeting+Page
- Ecosystem Foundry
- 12 Aug 2021 Meeting: https://wiki.trustoverip.org/display/HOME/EFWG+2021-08-12+Meeting
- "The Current State of Self-Sovereign Identity". Current State of SSI - ToIP Meeting (3).pdf
- Background, current state, benefits & challenges, collaboration with ToIP
- "The Current State of Self-Sovereign Identity". Current State of SSI - ToIP Meeting (3).pdf
- 12 Aug 2021 Meeting: https://wiki.trustoverip.org/display/HOME/EFWG+2021-08-12+Meeting
- Decentralized Semantics
- Deliverables
- Standard Data Models and Elements (GHPC) - initial draft completed
Items for open review (ongoing)
- OCA specification work
- GHP credential data capture specification work [GHP Data Models tech implementation]
- OCA-FHIR specification work [GHP Data Models tech implementation]
- Deliverables
- Concepts and Terminology
Deliverables
- ToIP Term Tool Specification (including data model and hyperlink solution)
- ToIP Term Wiki (“Termopedia”)
- Open For Review
- ToIP Term Tool specification
- Good Health Pass Working Group
- GHP Interoperability Blueprint approved deliverable on 26 July 2021
- Communications Committee: https://wiki.trustoverip.org/display/HOME/Communications+Committee
- DIF DIDComm Working Group
- Rolling Agenda: https://github.com/decentralized-identity/didcomm/blob/main/agenda.md
- Meeting on 6 Aug (US holiday)?
- 19 July 2021 meeting
- DIF Interoperability Group
- Summer vacation: back on Sep 1
- Main: https://identity.foundation/interop/
- Wiki: https://www.notion.so/Interoperability-WG-a42995c37e2a4511a10aea96cdbccc38
- Rolling agenda: https://github.com/decentralized-identity/interoperability/blob/master/agenda.md
- 8 Sep 2021
Aries - aries protocols and test suite
Veramo - work done towards did com and potentially credential exchange
Spruce - unsure what would be different from veramo?
Matter - Talk about how they tackle introp in SVIP and participation of VC http api?
- 8 Sep 2021
- Sovrin Foundation
- Discussing new fee structure for Sovrin Networks
- Technical Governance Board (TGB)
- 19 Aug 2021 Meeting Minutes:
- Administrative issues
- Indy release update
- Ubuntu upgrade: Status Document
- Should have release date at next meeting
- Procedural and pricing updates
- 19 Aug 2021 Meeting Minutes:
- Steward Council
- Rolling Agenda:
- On summer / winter break until August
- 24 June 2021
- Presentation Slides: https://docs.google.com/presentation/d/1qGAhxIfFNWyvgCNUYmRqaxUqU4MVmmrPGnExo0b5HX4/edit#slide=id.g4227fd63e5_0_225
- Update on Sovrin upgrade to Ubuntu 20.04
- W3C Standard
- Verifiable Credentials Working Group
- DID Working Group
- Other?
Presentation:
Future Topics
- Trust over IP (www.trustoverip.org)