mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-17 03:24:37 -05:00
baseurl
This commit is contained in:
parent
5485ba36a8
commit
d5f5b4a8b6
@ -231,7 +231,7 @@ In advance of each workshop, all participants produce a one-or-two page topic pa
|
|||||||
|
|
||||||
The workshop itself also produces technical whitepapers, this Repository holds a record of the progression of thought in SSI, since November, 2015.
|
The workshop itself also produces technical whitepapers, this Repository holds a record of the progression of thought in SSI, since November, 2015.
|
||||||
|
|
||||||
* [One Page List of Rebooting WoT Literature](/literature/rebooting-web-of-trust/)
|
* [One Page List of Rebooting WoT Literature]({{ site.baseurl }}/literature/rebooting-web-of-trust/)
|
||||||
* [WebOfTrustInfo/self-sovereign-identity](https://github.com/WebOfTrustInfo/self-sovereign-identity) - Articles and documents associated with designing and implementing identity technology using self-sovereign identity principles
|
* [WebOfTrustInfo/self-sovereign-identity](https://github.com/WebOfTrustInfo/self-sovereign-identity) - Articles and documents associated with designing and implementing identity technology using self-sovereign identity principles
|
||||||
* [WebOfTrustInfo/website](https://github.com/WebOfTrustInfo/website) - Website for http://www.WebOfTrust.info
|
* [WebOfTrustInfo/website](https://github.com/WebOfTrustInfo/website) - Website for http://www.WebOfTrust.info
|
||||||
* [WebOfTrustInfo/community-resilience](https://github.com/WebOfTrustInfo/community-resilience) - Rebooting Web of Trust Community Resilience Team
|
* [WebOfTrustInfo/community-resilience](https://github.com/WebOfTrustInfo/community-resilience) - Rebooting Web of Trust Community Resilience Team
|
||||||
|
@ -41,7 +41,7 @@ On Factor/MyFii DID, the identity factors are decentralized to the individual ow
|
|||||||
|
|
||||||
Factor was developed prior to W3C standardization, but we expect to provide mappings and support for W3C standards via our MyFii integration. Dragonchain and Factor are designed to be interoperable with traditional and blockchain systems. Dragonchain holds multiple interoperability and scalability patents that are employed in the Factor/DID system. The systems are literally interoperable with any other system via standard RESTful service API integration.
|
Factor was developed prior to W3C standardization, but we expect to provide mappings and support for W3C standards via our MyFii integration. Dragonchain and Factor are designed to be interoperable with traditional and blockchain systems. Dragonchain holds multiple interoperability and scalability patents that are employed in the Factor/DID system. The systems are literally interoperable with any other system via standard RESTful service API integration.
|
||||||
|
|
||||||
![Factor decentralized identity logo](/images/factor-dragonchain.png "Factor decentralized identity")
|
![Factor decentralized identity logo]({{ site.baseurl }}/images/factor-dragonchain.png "Factor decentralized identity")
|
||||||
|
|
||||||
### Features & Specifications
|
### Features & Specifications
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ last_modified_at: 2020-01-07
|
|||||||
[BTCR DID Method Updates](https://medium.com/@kimdhamilton/btcr-did-method-updates-d0fd14386139) by Kim Hamilton Duffy
|
[BTCR DID Method Updates](https://medium.com/@kimdhamilton/btcr-did-method-updates-d0fd14386139) by Kim Hamilton Duffy
|
||||||
> The Bitcoin Reference DID method (did:btcr) is designed as a minimal, secure, and open Decentralized Identifier (DID) method anchored to the Bitcoin blockchain. DIDs are an interoperable locator for identity that does not require permission from anyone else. The BTCR method specifically is fully open source — not tied to a commercial vendor — which makes it a valuable vendor-agnostic demonstration of the emerging DID specification.
|
> The Bitcoin Reference DID method (did:btcr) is designed as a minimal, secure, and open Decentralized Identifier (DID) method anchored to the Bitcoin blockchain. DIDs are an interoperable locator for identity that does not require permission from anyone else. The BTCR method specifically is fully open source — not tied to a commercial vendor — which makes it a valuable vendor-agnostic demonstration of the emerging DID specification.
|
||||||
|
|
||||||
[![](/images/btcr.png)](https://slideplayer.com/slide/15397169/)
|
[![]({{ site.baseurl }}images/btcr.png)](https://slideplayer.com/slide/15397169/)
|
||||||
|
|
||||||
|
|
||||||
* [BTCR DID Method](https://w3c-ccg.github.io/didm-btcr/) • [source](https://github.com/w3c-ccg/didm-btcr) - WORK ITEM: BTCR DID Method Spec did:btcr:
|
* [BTCR DID Method](https://w3c-ccg.github.io/didm-btcr/) • [source](https://github.com/w3c-ccg/didm-btcr) - WORK ITEM: BTCR DID Method Spec did:btcr:
|
||||||
|
@ -55,7 +55,7 @@ last_modified_at: 2020-11-05
|
|||||||
> An Organization Registry follows the design outlined below.\
|
> An Organization Registry follows the design outlined below.\
|
||||||
> ORGIDS-300: Enterprise Ethereum Blockchains MAY implement a smart contract based Organization Registry that provides cryptographic bindings between Ethereum accounts and their owning organization with identity proofs.
|
> ORGIDS-300: Enterprise Ethereum Blockchains MAY implement a smart contract based Organization Registry that provides cryptographic bindings between Ethereum accounts and their owning organization with identity proofs.
|
||||||
|
|
||||||
![](/images/EEA-orgs.png)
|
![]({{ site.baseurl }}images/EEA-orgs.png)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ Identity related ERC-EIP
|
|||||||
* [EIP-1078](https://github.com/ethereum/EIPs/blob/ed621645c8f3bc5756492f327cda015f35d9f8da/EIPS/eip-1078.md) -
|
* [EIP-1078](https://github.com/ethereum/EIPs/blob/ed621645c8f3bc5756492f327cda015f35d9f8da/EIPS/eip-1078.md) -
|
||||||
This presents a method to replace the usual signup/login design pattern with a minimal ethereum native scheme, that doesn’t require passwords, backing up private keys nor typing seed phrases.
|
This presents a method to replace the usual signup/login design pattern with a minimal ethereum native scheme, that doesn’t require passwords, backing up private keys nor typing seed phrases.
|
||||||
* [ERC-1077 and ERC-1078: The magic of executable signed messages](https://ethereum-magicians.org/t/erc-1077-and-erc-1078-the-magic-of-executable-signed-messages-to-login-and-do-actions/351)
|
* [ERC-1077 and ERC-1078: The magic of executable signed messages](https://ethereum-magicians.org/t/erc-1077-and-erc-1078-the-magic-of-executable-signed-messages-to-login-and-do-actions/351)
|
||||||
* [ERC-EIP on GitHub](/blockchain/ethereum/repositories/#erc-eip)
|
* [ERC-EIP on GitHub]({{ site.baseurl }}/blockchain/ethereum/repositories/#erc-eip)
|
||||||
|
|
||||||
### ERC725-735
|
### ERC725-735
|
||||||
|
|
||||||
@ -175,14 +175,14 @@ This presents a method to replace the usual signup/login design pattern with a m
|
|||||||
|
|
||||||
* [Spidchain](http://www.spidchain.com/) [[**wp**](https://drive.google.com/file/d/0B89WE3IIHmy1Z0ZSSWVmVEtaaG8/view)]
|
* [Spidchain](http://www.spidchain.com/) [[**wp**](https://drive.google.com/file/d/0B89WE3IIHmy1Z0ZSSWVmVEtaaG8/view)]
|
||||||
* "offers a platform for self-sovereign identity, including desktop and mobile apps for end-users. It uses Decentralized Identifiers (DIDs) - backed by optionally Bitcoin or Ethereum - to implement a marketplace for verifiable claims. The Spidchain applications allow individuals to create, recover, and revoke DIDs, to authenticate, to sign and verify files and claims, and more."
|
* "offers a platform for self-sovereign identity, including desktop and mobile apps for end-users. It uses Decentralized Identifiers (DIDs) - backed by optionally Bitcoin or Ethereum - to implement a marketplace for verifiable claims. The Spidchain applications allow individuals to create, recover, and revoke DIDs, to authenticate, to sign and verify files and claims, and more."
|
||||||
* [Spid-Eth GitHub Repos](/blockchain/ethereum/repositories/#spid-eth-repos)
|
* [Spid-Eth GitHub Repos]({{ site.baseurl }}/blockchain/ethereum/repositories/#spid-eth-repos)
|
||||||
|
|
||||||
### Cryptonomica
|
### Cryptonomica
|
||||||
|
|
||||||
[![](https://i.imgur.com/moVyrrt.png)](https://cryptonomica.github.io)
|
[![](https://i.imgur.com/moVyrrt.png)](https://cryptonomica.github.io)
|
||||||
|
|
||||||
* [Cryptonomica.net](https://cryptonomica.net) is an identity verification service based on [OpenPGP](https://en.wikipedia.org/wiki/Pretty_Good_Privacy) and [Ethereum](https://www.ethereum.org) with legal framework and online dispute resolution for electronic contracts from London-based [court of arbitration](https://cryptonomica.net/#!/arbitration)
|
* [Cryptonomica.net](https://cryptonomica.net) is an identity verification service based on [OpenPGP](https://en.wikipedia.org/wiki/Pretty_Good_Privacy) and [Ethereum](https://www.ethereum.org) with legal framework and online dispute resolution for electronic contracts from London-based [court of arbitration](https://cryptonomica.net/#!/arbitration)
|
||||||
* [Cryptonomica Github Repos](/blockchain/ethereum/repositories/#cryptonomica)
|
* [Cryptonomica Github Repos]({{ site.baseurl }}/blockchain/ethereum/repositories/#cryptonomica)
|
||||||
|
|
||||||
### Assorted Applications
|
### Assorted Applications
|
||||||
|
|
||||||
|
@ -129,13 +129,13 @@ last_modified_at: 2019-07-11
|
|||||||
## GitHub
|
## GitHub
|
||||||
|
|
||||||
|
|
||||||
* [uPort GitHub Repos](/blockchain/ethereum/repositories/#uport)
|
* [uPort GitHub Repos]({{ site.baseurl }}/blockchain/ethereum/repositories/#uport)
|
||||||
* [uPort DID](/blockchain/ethereum/repositories/#uport-did)
|
* [uPort DID]({{ site.baseurl }}/blockchain/ethereum/repositories/#uport-did)
|
||||||
* [uPort Identification](/blockchain/ethereum/repositories/#uport-identification)
|
* [uPort Identification]({{ site.baseurl }}/blockchain/ethereum/repositories/#uport-identification)
|
||||||
* [uPort Mobile](/blockchain/ethereum/repositories/#uport-mobile)
|
* [uPort Mobile]({{ site.baseurl }}/blockchain/ethereum/repositories/#uport-mobile)
|
||||||
* [uPort Lambda](/blockchain/ethereum/repositories/#uport-lambda)
|
* [uPort Lambda]({{ site.baseurl }}/blockchain/ethereum/repositories/#uport-lambda)
|
||||||
* [uPort React](/blockchain/ethereum/repositories/#uport-react)
|
* [uPort React]({{ site.baseurl }}/blockchain/ethereum/repositories/#uport-react)
|
||||||
* [uPort Assorted](/blockchain/ethereum/repositories/#uport-assorted)
|
* [uPort Assorted]({{ site.baseurl }}/blockchain/ethereum/repositories/#uport-assorted)
|
||||||
|
|
||||||
## Literature
|
## Literature
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@ toc: false
|
|||||||
> Benefiting from the expertise in Berlin, T-Labs partnered with BigchainDB, IOTA, Jolocom and Riddle & Code to abstract the complexity of blockchain development for enterprises. With the prototype developers can combine different DLTs to enable decentralized storage, identity management, smart contracts and payments. This allows enterprises to build a decentralized back-end in a matter of minutes.
|
> Benefiting from the expertise in Berlin, T-Labs partnered with BigchainDB, IOTA, Jolocom and Riddle & Code to abstract the complexity of blockchain development for enterprises. With the prototype developers can combine different DLTs to enable decentralized storage, identity management, smart contracts and payments. This allows enterprises to build a decentralized back-end in a matter of minutes.
|
||||||
- [5 years of decentralizing identities](https://stories.jolocom.com/5-years-of-decentralizing-identities-e04dcd5b4494)
|
- [5 years of decentralizing identities](https://stories.jolocom.com/5-years-of-decentralizing-identities-e04dcd5b4494)
|
||||||
|
|
||||||
![](/images/jolo.png)
|
![]({{ site.baseurl }}images/jolo.png)
|
@ -75,5 +75,5 @@ toc: false
|
|||||||
|
|
||||||
| **Karyl Fowler** (CEO) | **Orie Steele** (CTO) |
|
| **Karyl Fowler** (CEO) | **Orie Steele** (CTO) |
|
||||||
| ---- | ---- |
|
| ---- | ---- |
|
||||||
| ![](/images/KarylFowler_Transmute.jpg) | ![](/images/OrieSteele_Transmute.jpg) |
|
| ![]({{ site.baseurl }}images/KarylFowler_Transmute.jpg) | ![]({{ site.baseurl }}images/OrieSteele_Transmute.jpg) |
|
||||||
| [@TheKarl](https://twitter.com/TheKaryl) – [linkedin](https://www.linkedin.com/in/karylfowler/) | [@or13b](https://twitter.com/or13b) – [linkedin](https://www.linkedin.com/in/or13b/) |
|
| [@TheKarl](https://twitter.com/TheKaryl) – [linkedin](https://www.linkedin.com/in/karylfowler/) | [@or13b](https://twitter.com/or13b) – [linkedin](https://www.linkedin.com/in/or13b/) |
|
@ -21,8 +21,15 @@ updated: 2020-11-18
|
|||||||
* [publications.gov.bc.ca](https://www.publications.gov.bc.ca/)
|
* [publications.gov.bc.ca](https://www.publications.gov.bc.ca/)
|
||||||
* [British Columbia - Digital Government](https://digital.gov.bc.ca/) - B.C.’s digital future ([source](https://github.com/bcgov/digital.gov.bc.ca))
|
* [British Columbia - Digital Government](https://digital.gov.bc.ca/) - B.C.’s digital future ([source](https://github.com/bcgov/digital.gov.bc.ca))
|
||||||
> Digital technologies are transforming the way British Columbians live, work and play. To meet their changing expectations, government’s transformation is also underway. It’s about using modern tools and technologies to deliver the services people want and maximizing the power of data to improve the services people need.
|
> Digital technologies are transforming the way British Columbians live, work and play. To meet their changing expectations, government’s transformation is also underway. It’s about using modern tools and technologies to deliver the services people want and maximizing the power of data to improve the services people need.
|
||||||
* [VonX](https://vonx.io/) - Verifiable Organizations Network: Global digital trust for organizations
|
|
||||||
|
## Verifiable Organizations Network
|
||||||
|
|
||||||
|
* [VonX](https://vonx.io/) - Global digital trust for organizations
|
||||||
> The Verifiable Organizations Network (VON) is a community effort to establish a better way to find, issue, store and share trustworthy data about organizations—locally and around the globe. Community partners are using jointly developed software components to enable the digitization of government-issued public credentials—registrations, permits, and licenses. Currently, VON components are based on Hyperledger Indy distributed ledger technology.
|
> The Verifiable Organizations Network (VON) is a community effort to establish a better way to find, issue, store and share trustworthy data about organizations—locally and around the globe. Community partners are using jointly developed software components to enable the digitization of government-issued public credentials—registrations, permits, and licenses. Currently, VON components are based on Hyperledger Indy distributed ledger technology.
|
||||||
|
* [Verifiable Organizations Network]({{ site.baseurl }}/government/canada/bcgov/von/hgf-2018-production-government-deployment-hyperledger-indy/) - A Production Government Deployment of Hyperledger Indy Presentation by John Jordan and Stephen Curran at HGF 2018 (Transcript)
|
||||||
|
> VON's founding members are governments who are, by law, trusted issuers of data about organizations. The Province of British Columbia, Province of Ontario and the Government of Canada have come together to create the initial services needed to establish VON.
|
||||||
|
>
|
||||||
|
> VON's founders have delivered new Indy-based open source components which form VON's backbone. TheOrgBook is a publicly accessible repository of verifiable claims about organizations. VON-X enables services to verify and issue credentials.
|
||||||
|
|
||||||
## Developers
|
## Developers
|
||||||
|
|
||||||
@ -31,6 +38,8 @@ updated: 2020-11-18
|
|||||||
* [DevHub](https://developer.gov.bc.ca/) ([source](https://github.com/bcgov/devhub-resources)) - One place that brings together resources to help build digital products for the BC Government
|
* [DevHub](https://developer.gov.bc.ca/) ([source](https://github.com/bcgov/devhub-resources)) - One place that brings together resources to help build digital products for the BC Government
|
||||||
* [bcgov/mobile-signing-service](https://github.com/bcgov/mobile-signing-service/)
|
* [bcgov/mobile-signing-service](https://github.com/bcgov/mobile-signing-service/)
|
||||||
> This is the Agent component to the BCDevX Mobile App Signing Service. The Signing Service is designed to be a self-serve system that enables development teams to sign and deploy build artifacts in a secure environment.
|
> This is the Agent component to the BCDevX Mobile App Signing Service. The Signing Service is designed to be a self-serve system that enables development teams to sign and deploy build artifacts in a secure environment.
|
||||||
|
* [Shared Resources](https://bcgov.github.io/common-components-wiki/) - [source](https://github.com/bcgov/common-components-wiki)
|
||||||
|
> The Common Components team is working on ways to reduce the time and cost of delivering digital products and services. We plan to achieve this by making it easy to find, onboard to and use components like code and microservices that solve common problems across government. Our work is a priority action in BC’s Digital Framework.
|
||||||
|
|
||||||
## GitHub Repositories
|
## GitHub Repositories
|
||||||
|
|
||||||
@ -126,7 +135,6 @@ Link to presentation provided by John Jordon on Tuesday (Part 1) & Wednesday (Re
|
|||||||
|
|
||||||
* [bcgov/TheOrgBook](https://github.com/bcgov/TheOrgBook) - A public repository of verifiable claims about organizations. A key component of the Verifiable Organization Network.
|
* [bcgov/TheOrgBook](https://github.com/bcgov/TheOrgBook) - A public repository of verifiable claims about organizations. A key component of the Verifiable Organization Network.
|
||||||
* [bcgov/von](https://github.com/bcgov/von) - Verifiable Organizations Network
|
* [bcgov/von](https://github.com/bcgov/von) - Verifiable Organizations Network
|
||||||
* [bcgov/von-connector](https://github.com/bcgov/von-connector) - Verifiable Organization Network Connector
|
|
||||||
* [bcgov/von-ledger-explorer](https://github.com/bcgov/von-ledger-explorer) - The VON Ledger Explorer
|
* [bcgov/von-ledger-explorer](https://github.com/bcgov/von-ledger-explorer) - The VON Ledger Explorer
|
||||||
> BCOVRIN to Google Sheets Connector
|
> BCOVRIN to Google Sheets Connector
|
||||||
* [bcgov/issuer-kit-demo-verifier-chat](https://github.com/bcgov/issuer-kit-demo-verifier-chat) - Issuer Kit Demo Verifier Chat
|
* [bcgov/issuer-kit-demo-verifier-chat](https://github.com/bcgov/issuer-kit-demo-verifier-chat) - Issuer Kit Demo Verifier Chat
|
||||||
@ -172,8 +180,8 @@ Link to presentation provided by John Jordon on Tuesday (Part 1) & Wednesday (Re
|
|||||||
|
|
||||||
## Agents
|
## Agents
|
||||||
|
|
||||||
* [Agent Framework (Tomislav Markovski – Streetcred ID)](https://drive.google.com/file/d/1HDc_OBbT-0ggGFhyqqmw3TALrxI0K51c/view?usp=sharing)
|
* [Agent Framework (Tomislav Markovski – Streetcred ID)](https://drive.google.com/file/d/1HDc_OBbT-0ggGFhyqqmw3TALrxI0K51c/view?usp=sharing)
|
||||||
> Library for building SSI agent services w/ .NET Core - [streetcred-id/agent-framework](https://github.com/trinsic-id/agent-framework) (now [hyperledger/aries-framework-dotnet](https://github.com/hyperledger/aries-framework-dotnet))
|
> Library for building SSI agent services w/ .NET Core - [streetcred-id/agent-framework](https://github.com/trinsic-id/agent-framework) (now [hyperledger/aries-framework-dotnet](https://github.com/hyperledger/aries-framework-dotnet))
|
||||||
* [bcgov/aries-cloudagent-container](https://github.com/bcgov/aries-cloudagent-container) - Runnable Docker image for the Hyperledger Aries Cloudagent
|
* [bcgov/aries-cloudagent-container](https://github.com/bcgov/aries-cloudagent-container) - Runnable Docker image for the Hyperledger Aries Cloudagent
|
||||||
* [bcgov/von-personal-agent](https://github.com/bcgov/von-personal-agent) - A personal agent for the von network.
|
* [bcgov/von-personal-agent](https://github.com/bcgov/von-personal-agent) - A personal agent for the von network.
|
||||||
* [bcgov/VON-ESB-DRS-Agent](https://github.com/bcgov/VON-ESB-DRS-Agent) - Piloting the Dispute Resolution Suite with connections to the OrgBook
|
* [bcgov/VON-ESB-DRS-Agent](https://github.com/bcgov/VON-ESB-DRS-Agent) - Piloting the Dispute Resolution Suite with connections to the OrgBook
|
||||||
@ -182,6 +190,8 @@ Link to presentation provided by John Jordon on Tuesday (Part 1) & Wednesday (Re
|
|||||||
> Components for plugging the BC Registries into the verifiable organizations network.
|
> Components for plugging the BC Registries into the verifiable organizations network.
|
||||||
* [bcgov/von_agent](https://github.com/bcgov/von_agent) Forked from PSPC-SPAC-buyandsell/von_agent - VON agents using indy-sdk
|
* [bcgov/von_agent](https://github.com/bcgov/von_agent) Forked from PSPC-SPAC-buyandsell/von_agent - VON agents using indy-sdk
|
||||||
* [bcgov/von-bc-registries-audit](https://github.com/bcgov/von-bc-registries-audit) - Audit scripts for aries vcr/orgbook and bc registries issuer
|
* [bcgov/von-bc-registries-audit](https://github.com/bcgov/von-bc-registries-audit) - Audit scripts for aries vcr/orgbook and bc registries issuer
|
||||||
|
* [bcgov/aries-cloudcontroller-node](https://github.com/bcgov/aries-cloudcontroller-node)
|
||||||
|
|
||||||
|
|
||||||
## Verifiable Credentials
|
## Verifiable Credentials
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ toc: false
|
|||||||
>
|
>
|
||||||
>VON's founders have delivered new Indy-based open source components which form VON's backbone. TheOrgBook is a publicly accessible repository of verifiable claims about organizations. VON-X enables services to verify and issue credentials. - [A Production Government Deployment of Hyperledger Indy- John Jordan, Stephen Curran.](https://hgf18.sched.com/event/G8rm/verifiable-organizations-network-a-production-government-deployment-of-hyperledger-indy-john-jordan-province-of-british-columbia-stephen-curran-cloudcompass-computing-inc)
|
>VON's founders have delivered new Indy-based open source components which form VON's backbone. TheOrgBook is a publicly accessible repository of verifiable claims about organizations. VON-X enables services to verify and issue credentials. - [A Production Government Deployment of Hyperledger Indy- John Jordan, Stephen Curran.](https://hgf18.sched.com/event/G8rm/verifiable-organizations-network-a-production-government-deployment-of-hyperledger-indy-john-jordan-province-of-british-columbia-stephen-curran-cloudcompass-computing-inc)
|
||||||
|
|
||||||
![](/images/VON-Logo.png){: .align-center}
|
![]({{ site.baseurl }}images/VON-Logo.png){: .align-center}
|
||||||
|
|
||||||
* [Verified Organization Network](https://vonx.io/) - "an initiative by the government of British Columbia to create a trusted network of organizational data. It allows organizations to claim credentials that are part of their own digital identity, using a component called TheOrgBook that lists entities with their associated public verifiable claims."
|
* [Verified Organization Network](https://vonx.io/) - "an initiative by the government of British Columbia to create a trusted network of organizational data. It allows organizations to claim credentials that are part of their own digital identity, using a component called TheOrgBook that lists entities with their associated public verifiable claims."
|
||||||
* [VON’s Blockchain Basis](https://vonx.io/getting_started/vons-blockchain-basis/)
|
* [VON’s Blockchain Basis](https://vonx.io/getting_started/vons-blockchain-basis/)
|
||||||
|
@ -31,7 +31,7 @@ last_modified_at: 2020-11-02
|
|||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
### [Department of Homeland Security](/government/usa/dhs/)
|
### [Department of Homeland Security]({{ site.baseurl }}/government/usa/dhs/)
|
||||||
|
|
||||||
The Department of Homeland Security began funding work into blockchain credentials around 2016 with it's Silicon Valley Innovation (SVIP) and Small Business Innovation Research (SBIR) Programs
|
The Department of Homeland Security began funding work into blockchain credentials around 2016 with it's Silicon Valley Innovation (SVIP) and Small Business Innovation Research (SBIR) Programs
|
||||||
|
|
||||||
|
@ -22,9 +22,9 @@ classes: wide
|
|||||||
|
|
||||||
This history behind decentralized identity is loosely categorized by year and era.
|
This history behind decentralized identity is loosely categorized by year and era.
|
||||||
|
|
||||||
* [User Centric Identity - 2000-2009](/history/2000-2009/)
|
* [User Centric Identity - 2000-2009]({{ site.baseurl }}/history/2000-2009/)
|
||||||
* [Personal Data Ecosystem - 2010-2014](/history/2010-2014)
|
* [Personal Data Ecosystem - 2010-2014]({{ site.baseurl }}/history/2010-2014)
|
||||||
* [Blockchain Identity - 2015-2019](/history/2015-2019/)
|
* [Blockchain Identity - 2015-2019]({{ site.baseurl }}/history/2015-2019/)
|
||||||
|
|
||||||
## Pre-History
|
## Pre-History
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ This history behind decentralized identity is loosely categorized by year and er
|
|||||||
|
|
||||||
### Losing Control Over our Personal Information
|
### Losing Control Over our Personal Information
|
||||||
|
|
||||||
![](/images/chaum-security-without-identification-big-brother.png)
|
![]({{ site.baseurl }}images/chaum-security-without-identification-big-brother.png)
|
||||||
|
|
||||||
* [Security without Identification Transactions Systems to Make Big Brother Obsolete](https://www.cs.ru.nl/~jhh/pub/secsem/chaum1985bigbrother.pdf) - David Chaum, 1985.
|
* [Security without Identification Transactions Systems to Make Big Brother Obsolete](https://www.cs.ru.nl/~jhh/pub/secsem/chaum1985bigbrother.pdf) - David Chaum, 1985.
|
||||||
> The large-scale automated transaction systems of the near future can be designed to protect the privacy and maintain the security of both individuals and organizations. Computerization is robbing individuals of the ability to monitor and control the ways information about them is used. As organizations in both the private and the public sectors routinely exchange such information, individuals have no way of knowing if the information is inaccurate, obsolete, or otherwise inappropriate. The foundation is being laid for a dossier society, in which computers could be used to infer individuals’ life-styles, habits, whereabouts, and associations from data collected in ordinary consumer transactions. Uncertainty about whether data will remain secure against abuse by those maintaining or tapping it can have a “chilling effect,” causing people to alter their observable activities. As computerization becomes mclre pervasive, the potential for these problems will grow dramatically.
|
> The large-scale automated transaction systems of the near future can be designed to protect the privacy and maintain the security of both individuals and organizations. Computerization is robbing individuals of the ability to monitor and control the ways information about them is used. As organizations in both the private and the public sectors routinely exchange such information, individuals have no way of knowing if the information is inaccurate, obsolete, or otherwise inappropriate. The foundation is being laid for a dossier society, in which computers could be used to infer individuals’ life-styles, habits, whereabouts, and associations from data collected in ordinary consumer transactions. Uncertainty about whether data will remain secure against abuse by those maintaining or tapping it can have a “chilling effect,” causing people to alter their observable activities. As computerization becomes mclre pervasive, the potential for these problems will grow dramatically.
|
||||||
|
@ -181,7 +181,7 @@ Since then, the IIW has met bi-anually, actively supporting the development of t
|
|||||||
> 5. We help implement cost effective online and print documentation from the event.
|
> 5. We help implement cost effective online and print documentation from the event.
|
||||||
* [ALL Book of Proceedings PDFs](https://iiw.idcommons.net/ALL_Book_of_Proceedings_PDFs)
|
* [ALL Book of Proceedings PDFs](https://iiw.idcommons.net/ALL_Book_of_Proceedings_PDFs)
|
||||||
|
|
||||||
[![https://upload.wikimedia.org/wikipedia/commons/c/ce/JakeFeinlerAtIIW2006.jpg](/images/JakeFeinlerAtIIW2006.jpg)](https://en.wikipedia.org/wiki/File:JakeFeinlerAtIIW2006.jpg)
|
[![https://upload.wikimedia.org/wikipedia/commons/c/ce/JakeFeinlerAtIIW2006.jpg]({{ site.baseurl }}/images/JakeFeinlerAtIIW2006.jpg)](https://en.wikipedia.org/wiki/File:JakeFeinlerAtIIW2006.jpg)
|
||||||
|
|
||||||
## Openid
|
## Openid
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ last_modified_at: 2020-01-04
|
|||||||
Markus Sabadello began work on Project Danube, on the creation of an XDI based personal data store, always under the control of its users, as early as 2010.
|
Markus Sabadello began work on Project Danube, on the creation of an XDI based personal data store, always under the control of its users, as early as 2010.
|
||||||
* [Open-Source Sofware for Identity & Personal Data Services](https://web.archive.org/web/20101221105543/http:/projectdanube.org/) - web.archive.org snapshot 2010
|
* [Open-Source Sofware for Identity & Personal Data Services](https://web.archive.org/web/20101221105543/http:/projectdanube.org/) - web.archive.org snapshot 2010
|
||||||
|
|
||||||
>> [Danube Tech](/private-sector/danube/) <<
|
>> [Danube Tech]({{ site.baseurl }}/private-sector/danube/) <<
|
||||||
|
|
||||||
## FIDO
|
## FIDO
|
||||||
|
|
||||||
@ -104,7 +104,7 @@ Markus Sabadello began work on Project Danube, on the creation of an XDI based p
|
|||||||
|
|
||||||
## Life-management Platforms
|
## Life-management Platforms
|
||||||
|
|
||||||
* [Life Management Platforms: Control and Privacy for Personal Data](/_posts/history/70608PersonalDataLifeManagementPlatforms.pdf) by Martin Kuppinger - March 2012
|
* [Life Management Platforms: Control and Privacy for Personal Data]({{ site.baseurl }}/_posts/history/70608PersonalDataLifeManagementPlatforms.pdf) by Martin Kuppinger - March 2012
|
||||||
> Turning the Internet upside down and making privacy a fundamental layer of any networked interaction in the post Google & Facebook era. How the individuals will gain control. How social networks will have to adapt their business models. How privacy will return.
|
> Turning the Internet upside down and making privacy a fundamental layer of any networked interaction in the post Google & Facebook era. How the individuals will gain control. How social networks will have to adapt their business models. How privacy will return.
|
||||||
* [Life Management Platforms](https://www.kuppingercole.com/topic/learnmore/lifemanagement/2012)
|
* [Life Management Platforms](https://www.kuppingercole.com/topic/learnmore/lifemanagement/2012)
|
||||||
> KuppingerCole, an international, independent Analyst organization headquartered in Europe, specializes in offering technology research, neutral advice and events in Information Security, IAM, GRC as well as all areas concerning the Digital Transformation
|
> KuppingerCole, an international, independent Analyst organization headquartered in Europe, specializes in offering technology research, neutral advice and events in Information Security, IAM, GRC as well as all areas concerning the Digital Transformation
|
||||||
|
@ -85,7 +85,7 @@ The first [Rebooting Web of Trust](http://www.WebOfTrust.info)(RWoT) workshop w
|
|||||||
## SSI
|
## SSI
|
||||||
|
|
||||||
* [Self Sovereign Identity Principles](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-principles.md)
|
* [Self Sovereign Identity Principles](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-principles.md)
|
||||||
* [Self Sovereign Identity (SSI)](/literature/self-sovereign-identity/) - decentralized-id.com
|
* [Self Sovereign Identity (SSI)]({{ site.baseurl }}/literature/self-sovereign-identity/) - decentralized-id.com
|
||||||
> Literature associated with the Fundamentals of Self-Sovereign Identity.
|
> Literature associated with the Fundamentals of Self-Sovereign Identity.
|
||||||
* [Self-Sovereign Identity](http://www.moxytongue.com/2016/02/self-sovereign-identity.html) - moxytongue.com
|
* [Self-Sovereign Identity](http://www.moxytongue.com/2016/02/self-sovereign-identity.html) - moxytongue.com
|
||||||
> Self-Sovereign Identity must emit directly from an individual human life, and not from within an administrative mechanism created by, for,...
|
> Self-Sovereign Identity must emit directly from an individual human life, and not from within an administrative mechanism created by, for,...
|
||||||
|
@ -112,4 +112,4 @@ I think these ideas are worth examining further. Perhaps a continuing with a com
|
|||||||
* [Self-Sovereign Bill of Rights](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-bill-of-rights.md)
|
* [Self-Sovereign Bill of Rights](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-bill-of-rights.md)
|
||||||
* [Schutte's Take](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/Schutte-on-SSI.md) offers criticism on the 10 principles.
|
* [Schutte's Take](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/Schutte-on-SSI.md) offers criticism on the 10 principles.
|
||||||
|
|
||||||
More on that : [Evolution of SSI](/literature/self-sovereign-identity/evolution-of-ssi/)
|
More on that : [Evolution of SSI]({{ site.baseurl }}/literature/self-sovereign-identity/evolution-of-ssi/)
|
@ -22,7 +22,7 @@ This directory was born from [WebOfTrustInfo/self-sovereign-identity](https://gi
|
|||||||
|
|
||||||
It would seem that Christopher Allen's [The Path to Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/ThePathToSelf-SovereignIdentity.md) is still the most comprehensive introduction to the subject of Self Sovereign Identity. It outlines some of the underlying history, and introduces [10 Principles of Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-principles.md), born from the collective thoughts on identity leading to it.
|
It would seem that Christopher Allen's [The Path to Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/ThePathToSelf-SovereignIdentity.md) is still the most comprehensive introduction to the subject of Self Sovereign Identity. It outlines some of the underlying history, and introduces [10 Principles of Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-principles.md), born from the collective thoughts on identity leading to it.
|
||||||
|
|
||||||
Considerable additional material has been created on the subject since then, including some helpful criticism on the principles. Some of initial thoughts have been organized in [evolution-of-ssi](/literature/self-sovereign-identity/evolution-of-ssi/).
|
Considerable additional material has been created on the subject since then, including some helpful criticism on the principles. Some of initial thoughts have been organized in [evolution-of-ssi]({{ site.baseurl }}/literature/self-sovereign-identity/evolution-of-ssi/).
|
||||||
|
|
||||||
[![](https://i.imgur.com/S9uBk4k.png)](https://medium.com/@trbouma/self-sovereign-identity-an-unofficial-generic-icon-a5a6ab332cd7)
|
[![](https://i.imgur.com/S9uBk4k.png)](https://medium.com/@trbouma/self-sovereign-identity-an-unofficial-generic-icon-a5a6ab332cd7)
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ While none of this is authoritative, it's useful to keep in mind the philosophy
|
|||||||
* [The Path to Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/ThePathToSelf-SovereignIdentity.md) - The original article on Self-Sovereign Identity and the 10 Principles of Self-Sovereign Identity as published on 2016-04-25 in github and at [Life With Alacrity](http://www.lifewithalacrity.com/2016/04/the-path-to-self-soverereign-identity.html) by [Christopher Allen](http://www.github.com/christophera) [[**ϟ**](https://www.coindesk.com/path-self-sovereign-identity/amp/)]
|
* [The Path to Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/ThePathToSelf-SovereignIdentity.md) - The original article on Self-Sovereign Identity and the 10 Principles of Self-Sovereign Identity as published on 2016-04-25 in github and at [Life With Alacrity](http://www.lifewithalacrity.com/2016/04/the-path-to-self-soverereign-identity.html) by [Christopher Allen](http://www.github.com/christophera) [[**ϟ**](https://www.coindesk.com/path-self-sovereign-identity/amp/)]
|
||||||
* [10 Principles of Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-principles.md) - The Self-Sovereign Identity Principles, in progress of being revised.
|
* [10 Principles of Self-Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-principles.md) - The Self-Sovereign Identity Principles, in progress of being revised.
|
||||||
* [Core Characteristics of Self Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/characteristics-of-sovereign-identity.md) - from *[A Technlogy-Free Definition of Self-Sovereign Identity](https://github.com/jandrieu/rebooting-the-web-of-trust-fall2016/raw/master/topics-and-advance-readings/a-technology-free-definition-of-self-sovereign-identity.pdf)* - Topic paper for Rebooting Web of Trust III by [Joe Andrieu](http://www.github.com/jandrieu) (for review and comparison against *10 Principles of SSI*)
|
* [Core Characteristics of Self Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/characteristics-of-sovereign-identity.md) - from *[A Technlogy-Free Definition of Self-Sovereign Identity](https://github.com/jandrieu/rebooting-the-web-of-trust-fall2016/raw/master/topics-and-advance-readings/a-technology-free-definition-of-self-sovereign-identity.pdf)* - Topic paper for Rebooting Web of Trust III by [Joe Andrieu](http://www.github.com/jandrieu) (for review and comparison against *10 Principles of SSI*)
|
||||||
* [SSI Principles vs. Characteristics](/literature/self-sovereign-identity/ssi-principles-vs-characteristics/)
|
* [SSI Principles vs. Characteristics]({{ site.baseurl }}/literature/self-sovereign-identity/ssi-principles-vs-characteristics/)
|
||||||
* [Self-Sovereign Bill of Rights](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-bill-of-rights.md) - lifeID (founded by [Chris Boscolo](https://github.com/cboscolo)) adapted the 10 Principles of Self-Sovereign Identity into a [Bill of Rights](https://medium.com/@lifeID_io/lifeid-self-sovereign-identity-bill-of-rights-d2acafa1de8b) that all self-sovereign identity solution should uphold.
|
* [Self-Sovereign Bill of Rights](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/self-sovereign-identity-bill-of-rights.md) - lifeID (founded by [Chris Boscolo](https://github.com/cboscolo)) adapted the 10 Principles of Self-Sovereign Identity into a [Bill of Rights](https://medium.com/@lifeID_io/lifeid-self-sovereign-identity-bill-of-rights-d2acafa1de8b) that all self-sovereign identity solution should uphold.
|
||||||
* [Schutte's Take](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/Schutte-on-SSI.md) offers criticism on the 10 principles.
|
* [Schutte's Take](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/Schutte-on-SSI.md) offers criticism on the 10 principles.
|
||||||
* [7 Myths of Self Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/7-myths-of-self-sovereign-identity.md) - from Timothy Ruff's [blog post](https://medium.com/evernym/7-myths-of-self-sovereign-identity-67aea7416b1).
|
* [7 Myths of Self Sovereign Identity](https://github.com/WebOfTrustInfo/self-sovereign-identity/blob/master/7-myths-of-self-sovereign-identity.md) - from Timothy Ruff's [blog post](https://medium.com/evernym/7-myths-of-self-sovereign-identity-67aea7416b1).
|
||||||
|
@ -31,7 +31,7 @@ That October, [Joe Andrieu](https://github.com/jandrieu) submitted [A Technology
|
|||||||
|
|
||||||
I decided to put the **10 Principles of SSI** up next to Joe Andrieu's **Characteristics of SSI**
|
I decided to put the **10 Principles of SSI** up next to Joe Andrieu's **Characteristics of SSI**
|
||||||
|
|
||||||
* [SSI Principles vs. Characteristics](/literature/self-sovereign-identity/ssi-principles-vs-characteristics/)
|
* [SSI Principles vs. Characteristics]({{ site.baseurl }}/literature/self-sovereign-identity/ssi-principles-vs-characteristics/)
|
||||||
|
|
||||||
Which should also be considered against:
|
Which should also be considered against:
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ last_modified_at: 2019-07-11
|
|||||||
|
|
||||||
“Infrastructure for digital identity is key in the technical realisation of the MyData -vision and there is lot’s of innovation happening…
|
“Infrastructure for digital identity is key in the technical realisation of the MyData -vision and there is lot’s of innovation happening…
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/AyIwHNwzoI1LpX" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/selfsovereign-identity-and-the-mydata-model-from-finland-antti-jogi-poikola" title="Self-Sovereign Identity and the MyData model from Finland - Antti 'Jogi' Poikola" />Self-Sovereign Identity and the MyData model from Finland - Antti 'Jogi' Poikola</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/AyIwHNwzoI1LpX" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/selfsovereign-identity-and-the-mydata-model-from-finland-antti-jogi-poikola" title="Self-Sovereign Identity and the MyData model from Finland - Antti 'Jogi' Poikola" />Self-Sovereign Identity and the MyData model from Finland - Antti 'Jogi' Poikola</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -130,16 +130,16 @@ Its an index for all to more easily navigate the information surrounding Hyperle
|
|||||||
* [MyData Podcast](https://mydata.org/podcast/)
|
* [MyData Podcast](https://mydata.org/podcast/)
|
||||||
|
|
||||||
## Directory
|
## Directory
|
||||||
* [Indy GitHub Repos](/hyperledger/indy/github/)
|
* [Indy GitHub Repos]({{ site.baseurl }}/hyperledger/indy/github/)
|
||||||
* [Adoption](/hyperledger/indy/adoption/)
|
* [Adoption]({{ site.baseurl }}/hyperledger/indy/adoption/)
|
||||||
* [VON.md](/hyperledger/indy/von/)
|
* [VON.md]({{ site.baseurl }}/hyperledger/indy/von/)
|
||||||
* [VerifiableOrganizationsNetwork-HGF.md](/hgf-2018/VerifiableOrganizationsNetwork-HGF/)
|
* [VerifiableOrganizationsNetwork-HGF.md]({{ site.baseurl }}/hgf-2018/VerifiableOrganizationsNetwork-HGF/)
|
||||||
* [Microledgers-Edgechains-Hardman-HGF.md](/hyperledger/hgf-2018/Microledgers-Edgechains-Hardman-HGF/)
|
* [Microledgers-Edgechains-Hardman-HGF.md]({{ site.baseurl }}/hyperledger/hgf-2018/Microledgers-Edgechains-Hardman-HGF/)
|
||||||
* [Literature](/organizations/sovrin/literature/)
|
* [Literature]({{ site.baseurl }}/organizations/sovrin/literature/)
|
||||||
* [Selected Articles Windley.com](/organizations/sovrin/literature/#selected-articles-windleycom)
|
* [Selected Articles Windley.com]({{ site.baseurl }}/organizations/sovrin/literature/#selected-articles-windleycom)
|
||||||
* [EU General Data Protection Regulation Act](/organizations/sovrin/literature/#eu-general-data-protection-regulation-act)
|
* [EU General Data Protection Regulation Act]({{ site.baseurl }}/organizations/sovrin/literature/#eu-general-data-protection-regulation-act)
|
||||||
* [Research Papers](/organizations/sovrin/literature/#research-papers)
|
* [Research Papers]({{ site.baseurl }}/organizations/sovrin/literature/#research-papers)
|
||||||
* [Reports](/organizations/sovrin/literature/#reports)
|
* [Reports]({{ site.baseurl }}/organizations/sovrin/literature/#reports)
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
* [Evernym](https://www.evernym.com/)
|
* [Evernym](https://www.evernym.com/)
|
||||||
|
@ -51,6 +51,6 @@ I think I've arranged all of the identity related talks in the previous section,
|
|||||||
|
|
||||||
For my own convinience, and for anyone else who would like to browse the text, I've worked on the transcripts a bit to make the content easier to reference.
|
For my own convinience, and for anyone else who would like to browse the text, I've worked on the transcripts a bit to make the content easier to reference.
|
||||||
|
|
||||||
* [Microledgers and Edge-Chains - Daniel Hardman - Evernym](/hyperledger/hgf-2018/Microledgers-Edgechains-Hardman-HGF/)
|
* [Microledgers and Edge-Chains - Daniel Hardman - Evernym]({{ site.baseurl }}/hyperledger/hgf-2018/Microledgers-Edgechains-Hardman-HGF/)
|
||||||
* [Verifiable Organizations Network: A Production Government Deployment of Hyperledger Indy](/hyperledger/hgf-2018/VerifiableOrganizationsNetwork-HGF/)
|
* [Verifiable Organizations Network: A Production Government Deployment of Hyperledger Indy]({{ site.baseurl }}/hyperledger/hgf-2018/VerifiableOrganizationsNetwork-HGF/)
|
||||||
|
|
||||||
|
@ -22,9 +22,9 @@ last_modified_at: 2019-07-20
|
|||||||
|
|
||||||
It's not sustainable to keep them all listed on one page, so I've split off all the presentations on Specs and Open Standards. This process will continue as each presentation is given more individual attention.
|
It's not sustainable to keep them all listed on one page, so I've split off all the presentations on Specs and Open Standards. This process will continue as each presentation is given more individual attention.
|
||||||
|
|
||||||
* [**SSI-Meetup on Open Standards and Implementations**](/organizations/ssi-meetup/open-standards/)
|
* [**SSI-Meetup on Open Standards and Implementations**]({{ site.baseurl }}/organizations/ssi-meetup/open-standards/)
|
||||||
- Verifiable Claims, DIDs, DID Auth, DID Resolution, various DID Methods, etc.
|
- Verifiable Claims, DIDs, DID Auth, DID Resolution, various DID Methods, etc.
|
||||||
* [**SSI-Meetup - Use Cases**](/organizations/ssi-meetup/use-cases/) - IOT, Healthcare, Banking, etc.
|
* [**SSI-Meetup - Use Cases**]({{ site.baseurl }}/organizations/ssi-meetup/use-cases/) - IOT, Healthcare, Banking, etc.
|
||||||
|
|
||||||
## Slideshare Presentations
|
## Slideshare Presentations
|
||||||
|
|
||||||
@ -32,72 +32,72 @@ It would be nice to create a page breaking down each of these presentations with
|
|||||||
|
|
||||||
## Hyperledger Aries - Nathan George
|
## Hyperledger Aries - Nathan George
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/HwaLku9o1sAq3m" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Hyperledger Aries: Open Source Interoperable Identity Solution – Nathan George](//www.slideshare.net/SSIMeetup/hyperledger-aries-open-source-interoperable-identity-solution-nathan-george" title="Hyperledger Aries: Open Source Interoperable Identity Solution – Nathan George) </strong></div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/HwaLku9o1sAq3m" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Hyperledger Aries: Open Source Interoperable Identity Solution – Nathan George]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/hyperledger-aries-open-source-interoperable-identity-solution-nathan-george" title="Hyperledger Aries: Open Source Interoperable Identity Solution – Nathan George) </strong></div>
|
||||||
|
|
||||||
|
|
||||||
## IIW #28 with Drummond Reed
|
## IIW #28 with Drummond Reed
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/n2J3Wpb3YK237M" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Highlights of Internet Identity Workshop #28 with Drummond Reed](//www.slideshare.net/SSIMeetup/highlights-of-internet-identity-workshop-28-with-drummond-reed" title="Highlights of Internet Identity Workshop #28 with Drummond Reed) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/n2J3Wpb3YK237M" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Highlights of Internet Identity Workshop #28 with Drummond Reed]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/highlights-of-internet-identity-workshop-28-with-drummond-reed" title="Highlights of Internet Identity Workshop #28 with Drummond Reed) </strong> </div>
|
||||||
|
|
||||||
## Interpersonal Data - Philip Sheldrake
|
## Interpersonal Data - Philip Sheldrake
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/IBxhEOs8Qtia1s" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Interpersonal data, identity, and relationships – in pursuit of collective minds – Philip Sheldrake](//www.slideshare.net/SSIMeetup/interpersonal-data-identity-and-relationships-in-pursuit-of-collective-minds-philip-sheldrake" title="Interpersonal data, identity, and relationships – in pursuit of collective minds – Philip Sheldrake) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/IBxhEOs8Qtia1s" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Interpersonal data, identity, and relationships – in pursuit of collective minds – Philip Sheldrake]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/interpersonal-data-identity-and-relationships-in-pursuit-of-collective-minds-philip-sheldrake" title="Interpersonal data, identity, and relationships – in pursuit of collective minds – Philip Sheldrake) </strong> </div>
|
||||||
|
|
||||||
|
|
||||||
## Digital Identity Wallets - Darrell O’Donnell
|
## Digital Identity Wallets - Darrell O’Donnell
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/944N0smmmpQrA6" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [The State of Digital Identity Wallets – Darrell O’Donnell](//www.slideshare.net/SSIMeetup/the-state-of-digital-identity-wallets-darrell-odonnell" title="The State of Digital Identity Wallets – Darrell O’Donnell) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/944N0smmmpQrA6" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [The State of Digital Identity Wallets – Darrell O’Donnell]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/the-state-of-digital-identity-wallets-darrell-odonnell" title="The State of Digital Identity Wallets – Darrell O’Donnell) </strong> </div>
|
||||||
|
|
||||||
## Sovereignty in Historical Context - Natalie Smolenski
|
## Sovereignty in Historical Context - Natalie Smolenski
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/IKs8Xe34CvLEq4" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Sovereignty in Historical Context for Self-Sovereign Identity - Natalie Smolenski](//www.slideshare.net/SSIMeetup/sovereignty-in-historical-context-for-selfsovereign-identity-natalie-smolenski" title="Sovereignty in Historical Context for Self-Sovereign Identity - Natalie Smolenski) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/IKs8Xe34CvLEq4" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Sovereignty in Historical Context for Self-Sovereign Identity - Natalie Smolenski]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/sovereignty-in-historical-context-for-selfsovereign-identity-natalie-smolenski" title="Sovereignty in Historical Context for Self-Sovereign Identity - Natalie Smolenski) </strong> </div>
|
||||||
|
|
||||||
## SSI and Open Source - Richard Esplin
|
## SSI and Open Source - Richard Esplin
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/ymYdtVbs5lTe52" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Self-Sovereign Identity (SSI) and Open Source - Richard Esplin](//www.slideshare.net/SSIMeetup/selfsovereign-identity-ssi-and-open-source-richard-esplin" title="Self-Sovereign Identity (SSI) and Open Source - Richard Esplin) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/ymYdtVbs5lTe52" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Self-Sovereign Identity (SSI) and Open Source - Richard Esplin]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/selfsovereign-identity-ssi-and-open-source-richard-esplin" title="Self-Sovereign Identity (SSI) and Open Source - Richard Esplin) </strong> </div>
|
||||||
|
|
||||||
## Alastria - Carlos Pastor
|
## Alastria - Carlos Pastor
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/Hh5gNODSCRgYr1" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos Pastor](//www.slideshare.net/SSIMeetup/alastria-digital-identity-the-spanish-blockchain-solution-for-ssi-carlos-pastor" title="Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos Pastor) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/Hh5gNODSCRgYr1" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos Pastor]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/alastria-digital-identity-the-spanish-blockchain-solution-for-ssi-carlos-pastor" title="Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos Pastor) </strong> </div>
|
||||||
|
|
||||||
## Quest for SSI - Daniel Hardman
|
## Quest for SSI - Daniel Hardman
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/jrTqoxzFU08vXr" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Identity and the quest for Self-Sovereign Identity - Daniel Hardman](//www.slideshare.net/SSIMeetup/identity-and-the-quest-for-selfsovereign-identity-daniel-hardman" title="Identity and the quest for Self-Sovereign Identity - Daniel Hardman) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/jrTqoxzFU08vXr" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Identity and the quest for Self-Sovereign Identity - Daniel Hardman]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/identity-and-the-quest-for-selfsovereign-identity-daniel-hardman" title="Identity and the quest for Self-Sovereign Identity - Daniel Hardman) </strong> </div>
|
||||||
|
|
||||||
## MyData model from Finland - Antti 'Jogi' Poikola
|
## MyData model from Finland - Antti 'Jogi' Poikola
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/AyIwHNwzoI1LpX" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Self-Sovereign Identity and the MyData model from Finland - Antti 'Jogi' Poikola](//www.slideshare.net/SSIMeetup/selfsovereign-identity-and-the-mydata-model-from-finland-antti-jogi-poikola" title="Self-Sovereign Identity and the MyData model from Finland - Antti 'Jogi' Poikola) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/AyIwHNwzoI1LpX" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Self-Sovereign Identity and the MyData model from Finland - Antti 'Jogi' Poikola]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/selfsovereign-identity-and-the-mydata-model-from-finland-antti-jogi-poikola" title="Self-Sovereign Identity and the MyData model from Finland - Antti 'Jogi' Poikola) </strong> </div>
|
||||||
|
|
||||||
## Privacy
|
## Privacy
|
||||||
|
|
||||||
### ID and Privacy
|
### ID and Privacy
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/x15DtiUqwea1Q5" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Identity and Privacy: Past, Present, and Digital - Brenda K. Leong](//www.slideshare.net/SSIMeetup/identity-and-privacy-past-present-and-digital-brenda-k-leong" title="Identity and Privacy: Past, Present, and Digital - Brenda K. Leong) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/x15DtiUqwea1Q5" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Identity and Privacy: Past, Present, and Digital - Brenda K. Leong]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/identity-and-privacy-past-present-and-digital-brenda-k-leong" title="Identity and Privacy: Past, Present, and Digital - Brenda K. Leong) </strong> </div>
|
||||||
|
|
||||||
### Zero Knowledge Proofs - Clare Nelson
|
### Zero Knowledge Proofs - Clare Nelson
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/lLXFFXy1kRUIZF" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Zero-Knowledge Proofs: Privacy-Preserving Digital Identity with Clare Nelson](//www.slideshare.net/SSIMeetup/zeroknowledge-proofs-privacypreserving-digital-identity-with-clare-nelson" title="Zero-Knowledge Proofs: Privacy-Preserving Digital Identity with Clare Nelson) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/lLXFFXy1kRUIZF" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Zero-Knowledge Proofs: Privacy-Preserving Digital Identity with Clare Nelson]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/zeroknowledge-proofs-privacypreserving-digital-identity-with-clare-nelson" title="Zero-Knowledge Proofs: Privacy-Preserving Digital Identity with Clare Nelson) </strong> </div>
|
||||||
|
|
||||||
## Governance - Trust Frameworks
|
## Governance - Trust Frameworks
|
||||||
|
|
||||||
### Decentralized Governance for SSI - Lawrence Lundy-Bryan
|
### Decentralized Governance for SSI - Lawrence Lundy-Bryan
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/49oAhEWXzJXXi1" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Decentralized governance for SSI and Blockchains with Lawrence Lundy-Bryan](//www.slideshare.net/SSIMeetup/decentralized-governance-for-ssi-and-blockchains-with-lawrence-lundybryan" title="Decentralized governance for SSI and Blockchains with Lawrence Lundy-Bryan) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/49oAhEWXzJXXi1" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Decentralized governance for SSI and Blockchains with Lawrence Lundy-Bryan]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/decentralized-governance-for-ssi-and-blockchains-with-lawrence-lundybryan" title="Decentralized governance for SSI and Blockchains with Lawrence Lundy-Bryan) </strong> </div>
|
||||||
|
|
||||||
### PanCanadian Trust Framework for SSI - Tim Bouma
|
### PanCanadian Trust Framework for SSI - Tim Bouma
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/hwUlr34zkyfGvm" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Overview of the Proposed PanCanadian Trust Framework for SSI - Tim Bouma](//www.slideshare.net/SSIMeetup/overview-of-the-proposed-pancanadian-trust-framework-for-ssi-tim-bouma" title="Overview of the Proposed PanCanadian Trust Framework for SSI - Tim Bouma) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/hwUlr34zkyfGvm" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Overview of the Proposed PanCanadian Trust Framework for SSI - Tim Bouma]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/overview-of-the-proposed-pancanadian-trust-framework-for-ssi-tim-bouma" title="Overview of the Proposed PanCanadian Trust Framework for SSI - Tim Bouma) </strong> </div>
|
||||||
|
|
||||||
### CULedger and MyCUID
|
### CULedger and MyCUID
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/3ypv0M4BJA8pPs" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Trust Frameworks and SSI: An Interview with CULedger on the Credit Union MyCUID Trust Framework](//www.slideshare.net/SSIMeetup/trust-frameworks-and-ssi-an-interview-with-culedger-on-the-credit-union-mycuid-trust-framework" title="Trust Frameworks and SSI: An Interview with CULedger on the Credit Union MyCUID Trust Framework) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/3ypv0M4BJA8pPs" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Trust Frameworks and SSI: An Interview with CULedger on the Credit Union MyCUID Trust Framework]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/trust-frameworks-and-ssi-an-interview-with-culedger-on-the-credit-union-mycuid-trust-framework" title="Trust Frameworks and SSI: An Interview with CULedger on the Credit Union MyCUID Trust Framework) </strong> </div>
|
||||||
|
|
||||||
## GDPR and SSI
|
## GDPR and SSI
|
||||||
|
|
||||||
### Silvan Jongerius
|
### Silvan Jongerius
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/j0UE1ptfJrqc5" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [The impact of the GDPR on Blockchain & SSI – Silvan Jongerius](//www.slideshare.net/SSIMeetup/the-impact-of-the-gdpr-on-blockchain-ssi-silvan-jongerius" title="The impact of the GDPR on Blockchain & SSI – Silvan Jongerius) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/j0UE1ptfJrqc5" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [The impact of the GDPR on Blockchain & SSI – Silvan Jongerius]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/the-impact-of-the-gdpr-on-blockchain-ssi-silvan-jongerius" title="The impact of the GDPR on Blockchain & SSI – Silvan Jongerius) </strong> </div>
|
||||||
|
|
||||||
### Elizabeth M. Renieris
|
### Elizabeth M. Renieris
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/x1d0SEOvioEMjY" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Liability under GDPR and the Self Sovereign Identity Model - Elizabeth M. Renieris](//www.slideshare.net/SSIMeetup/liability-under-gdpr-and-the-self-sovereign-identity-model-elizabeth-m-renierisi" title="Liability under GDPR and the Self Sovereign Identity Model - Elizabeth M. Renieris) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/x1d0SEOvioEMjY" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Liability under GDPR and the Self Sovereign Identity Model - Elizabeth M. Renieris]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/liability-under-gdpr-and-the-self-sovereign-identity-model-elizabeth-m-renierisi" title="Liability under GDPR and the Self Sovereign Identity Model - Elizabeth M. Renieris) </strong> </div>
|
||||||
|
@ -19,8 +19,8 @@ toc_sticky: false
|
|||||||
|
|
||||||
It's not sustainable to keep them all listed on one page, so I've split off all the presentations on Specs and Open Standards. This process will continue as each presentation is given more individual attention.
|
It's not sustainable to keep them all listed on one page, so I've split off all the presentations on Specs and Open Standards. This process will continue as each presentation is given more individual attention.
|
||||||
|
|
||||||
* [**SSI-Meetup - Main Page**](/organizations/ssi-meetup/)
|
* [**SSI-Meetup - Main Page**]({{ site.baseurl }}/organizations/ssi-meetup/)
|
||||||
* [**SSI-Meetup on Open Standards and Implementations**](/organizations/ssi-meetup/open-standards/)
|
* [**SSI-Meetup on Open Standards and Implementations**]({{ site.baseurl }}/organizations/ssi-meetup/open-standards/)
|
||||||
- Verifiable Claims, DIDs, DID Auth, DID Resolution, various DID Methods, etc.
|
- Verifiable Claims, DIDs, DID Auth, DID Resolution, various DID Methods, etc.
|
||||||
|
|
||||||
## Slideshare Presentations
|
## Slideshare Presentations
|
||||||
@ -30,18 +30,18 @@ It would be nice to create a page breaking down each of these presentations with
|
|||||||
|
|
||||||
### Machine ID - IOT - Mrinal Wadhwa
|
### Machine ID - IOT - Mrinal Wadhwa
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/quJ5xZKzi02Vbq" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Machine identity - DIDs and verifiable credentials for a secure, trustworthy and interoperable IoT - Mrinal Wadhwa](//www.slideshare.net/SSIMeetup/machine-identity-dids-and-verifiable-credentials-for-a-secure-trustworthy-and-interoperable-iot-mrinal-wadhwa" title="Machine identity - DIDs and verifiable credentials for a secure, trustworthy and interoperable IoT - Mrinal Wadhwa) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/quJ5xZKzi02Vbq" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Machine identity - DIDs and verifiable credentials for a secure, trustworthy and interoperable IoT - Mrinal Wadhwa]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/machine-identity-dids-and-verifiable-credentials-for-a-secure-trustworthy-and-interoperable-iot-mrinal-wadhwa" title="Machine identity - DIDs and verifiable credentials for a secure, trustworthy and interoperable IoT - Mrinal Wadhwa) </strong> </div>
|
||||||
|
|
||||||
### SSI Healthcare Truu.id - Manny Nijjar
|
### SSI Healthcare Truu.id - Manny Nijjar
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/MQ8pie1VfcoiON" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Self-Sovereign Identity in Healthcare by Manny Nijjar from truu.id](//www.slideshare.net/SSIMeetup/selfsovereign-identity-in-healthcare-by-manny-nijjar-from-truuid" title="Self-Sovereign Identity in Healthcare by Manny Nijjar from truu.id) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/MQ8pie1VfcoiON" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [Self-Sovereign Identity in Healthcare by Manny Nijjar from truu.id]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/selfsovereign-identity-in-healthcare-by-manny-nijjar-from-truuid" title="Self-Sovereign Identity in Healthcare by Manny Nijjar from truu.id) </strong> </div>
|
||||||
|
|
||||||
### Decentralized ID for Banking - Mike Brown
|
### Decentralized ID for Banking - Mike Brown
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/F5Iy490C4kuGNN" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [A banking approach to decentralized identity and building a credential ecosystem - Mike Brown](//www.slideshare.net/SSIMeetup/a-banking-approach-to-decentralized-identity-and-building-a-credential-ecosystem-mike-brown" title="A banking approach to decentralized identity and building a credential ecosystem - Mike Brown) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/F5Iy490C4kuGNN" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [A banking approach to decentralized identity and building a credential ecosystem - Mike Brown]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/a-banking-approach-to-decentralized-identity-and-building-a-credential-ecosystem-mike-brown" title="A banking approach to decentralized identity and building a credential ecosystem - Mike Brown) </strong> </div>
|
||||||
|
|
||||||
### Public Blockchain in Argentina and LATAM
|
### Public Blockchain in Argentina and LATAM
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/nTPnFbIMcmOKqA" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [DIDI, SSI & public blockchains for inclusion in Argentina and LATAM](//www.slideshare.net/SSIMeetup/didi-ssi-public-blockchains-for-inclusion-in-argentina-and-latam" title="DIDI, SSI & public blockchains for inclusion in Argentina and LATAM) </strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/nTPnFbIMcmOKqA" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [DIDI, SSI & public blockchains for inclusion in Argentina and LATAM]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/didi-ssi-public-blockchains-for-inclusion-in-argentina-and-latam" title="DIDI, SSI & public blockchains for inclusion in Argentina and LATAM) </strong> </div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@ toc_sticky: false
|
|||||||
|
|
||||||
It's not sustainable to keep them all listed on one page, so I've split off all the presentations on Specs and Open Standards. This process will continue as each presentation is given more individual attention.
|
It's not sustainable to keep them all listed on one page, so I've split off all the presentations on Specs and Open Standards. This process will continue as each presentation is given more individual attention.
|
||||||
|
|
||||||
* [**SSI-Meetup - Main Page**](/organizations/ssi-meetup/)
|
* [**SSI-Meetup - Main Page**]({{ site.baseurl }}/organizations/ssi-meetup/)
|
||||||
* [**SSI-Meetup - Use Cases**](/organizations/ssi-meetup/use-cases/)
|
* [**SSI-Meetup - Use Cases**]({{ site.baseurl }}/organizations/ssi-meetup/use-cases/)
|
||||||
|
|
||||||
## Presentations on Open Standards
|
## Presentations on Open Standards
|
||||||
|
|
||||||
@ -32,48 +32,48 @@ This page is for all the presentations about the various standards surrounding D
|
|||||||
|
|
||||||
### Open Standards with Drummond Reed
|
### Open Standards with Drummond Reed
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/aPYUBy626EjjWp" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/self-sovereign-identity-ssi-open-standards-with-drummond-reed" title="Self Sovereign Identity (SSI) Open standards with Drummond Reed " />Self Sovereign Identity (SSI) Open standards with Drummond Reed </a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/aPYUBy626EjjWp" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/self-sovereign-identity-ssi-open-standards-with-drummond-reed" title="Self Sovereign Identity (SSI) Open standards with Drummond Reed " />Self Sovereign Identity (SSI) Open standards with Drummond Reed </a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
|
||||||
### DIDs the Fundamental Building block of SSI
|
### DIDs the Fundamental Building block of SSI
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/BWLtlEcUVSKutl" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/decentralized-identifiers-dids-the-fundamental-building-block-of-selfsovereign-identity-ssi" title="Decentralized Identifiers (DIDs): The Fundamental Building Block of Self-Sovereign Identity (SSI)" />Decentralized Identifiers (DIDs): The Fundamental Building Block of Self-Sovereign Identity (SSI)</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/BWLtlEcUVSKutl" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/decentralized-identifiers-dids-the-fundamental-building-block-of-selfsovereign-identity-ssi" title="Decentralized Identifiers (DIDs): The Fundamental Building Block of Self-Sovereign Identity (SSI)" />Decentralized Identifiers (DIDs): The Fundamental Building Block of Self-Sovereign Identity (SSI)</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
|
||||||
|
|
||||||
### DIDs and BTCR
|
### DIDs and BTCR
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/B2YIOdRYlqiiPd" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/dids-demystified-a-handson-intro-to-dids-via-the-bitcoin-reference-btcr-did-method" title="DIDs Demystified: A hands-on intro to DIDs via the Bitcoin Reference (BTCR) DID Method" />DIDs Demystified: A hands-on intro to DIDs via the Bitcoin Reference (BTCR) DID Method</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/B2YIOdRYlqiiPd" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/dids-demystified-a-handson-intro-to-dids-via-the-bitcoin-reference-btcr-did-method" title="DIDs Demystified: A hands-on intro to DIDs via the Bitcoin Reference (BTCR) DID Method" />DIDs Demystified: A hands-on intro to DIDs via the Bitcoin Reference (BTCR) DID Method</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
|
||||||
### DKMS - Drummond Reed
|
### DKMS - Drummond Reed
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/3hZHzzPdEodMQh" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/decentralized-key-management-dkms-an-essential-missing-piece-of-the-ssi-puzzle-drummond-reed" title="Decentralized Key Management (DKMS): An Essential Missing Piece of the SSI Puzzle - Drummond Reed" />Decentralized Key Management (DKMS): An Essential Missing Piece of the SSI Puzzle - Drummond Reed</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/3hZHzzPdEodMQh" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/decentralized-key-management-dkms-an-essential-missing-piece-of-the-ssi-puzzle-drummond-reed" title="Decentralized Key Management (DKMS): An Essential Missing Piece of the SSI Puzzle - Drummond Reed" />Decentralized Key Management (DKMS): An Essential Missing Piece of the SSI Puzzle - Drummond Reed</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
|
||||||
### DIDs and the W3C - Manu Sporny and Drummond Reed
|
### DIDs and the W3C - Manu Sporny and Drummond Reed
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/DddAXKYTd9YBLL" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/decentralized-identifiers-dids-and-w3c-with-manu-sporny-and-drummond-reed" title="Decentralized Identifiers DIDs and W3C with Manu Sporny and Drummond Reed" />Decentralized Identifiers DIDs and W3C with Manu Sporny and Drummond Reed</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/DddAXKYTd9YBLL" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/decentralized-identifiers-dids-and-w3c-with-manu-sporny-and-drummond-reed" title="Decentralized Identifiers DIDs and W3C with Manu Sporny and Drummond Reed" />Decentralized Identifiers DIDs and W3C with Manu Sporny and Drummond Reed</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
|
||||||
|
|
||||||
### Schema Definitions and Overlay - Paul Knowles
|
### Schema Definitions and Overlay - Paul Knowles
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/BAN42ZJAuafQoj" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/schema-definitions-and-overlays-for-selfsovereign-identity-ssi-paul-knowles" title="Schema Definitions and Overlays for Self-Sovereign Identity (SSI) - Paul Knowles" />Schema Definitions and Overlays for Self-Sovereign Identity (SSI) - Paul Knowles</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/BAN42ZJAuafQoj" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/schema-definitions-and-overlays-for-selfsovereign-identity-ssi-paul-knowles" title="Schema Definitions and Overlays for Self-Sovereign Identity (SSI) - Paul Knowles" />Schema Definitions and Overlays for Self-Sovereign Identity (SSI) - Paul Knowles</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
|
||||||
|
|
||||||
### DID Resolution - Markus Sabadello
|
### DID Resolution - Markus Sabadello
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/wvgU7Gl8ORUGLI" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/did-resolution-given-a-did-how-do-i-retrieve-its-document-markus-sabadello" title="DID Resolution: Given a DID how do I retrieve its document? – Markus Sabadello" />DID Resolution: Given a DID how do I retrieve its document? – Markus Sabadello</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/wvgU7Gl8ORUGLI" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/did-resolution-given-a-did-how-do-i-retrieve-its-document-markus-sabadello" title="DID Resolution: Given a DID how do I retrieve its document? – Markus Sabadello" />DID Resolution: Given a DID how do I retrieve its document? – Markus Sabadello</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
|
||||||
|
|
||||||
### Verifiable Credentials 101 - Tyler Ruff
|
### Verifiable Credentials 101 - Tyler Ruff
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/2FQiXCaqgTJvrQ" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/verifiable-credentials-101-for-ssi-and-decentralized-digital-identity-tyler-ruff" title="Verifiable Credentials 101 for SSI and Decentralized Digital Identity - Tyler Ruff" />Verifiable Credentials 101 for SSI and Decentralized Digital Identity - Tyler Ruff</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/2FQiXCaqgTJvrQ" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/verifiable-credentials-101-for-ssi-and-decentralized-digital-identity-tyler-ruff" title="Verifiable Credentials 101 for SSI and Decentralized Digital Identity - Tyler Ruff" />Verifiable Credentials 101 for SSI and Decentralized Digital Identity - Tyler Ruff</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
|
||||||
### DID Auth - Markus Sabadello
|
### DID Auth - Markus Sabadello
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/CtcPSLkrTg5z2c" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/introduction-to-did-auth-with-markus-sabadello" title="Introduction to DID Auth for SSI with Markus Sabadello" />Introduction to DID Auth for SSI with Markus Sabadello</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/CtcPSLkrTg5z2c" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/introduction-to-did-auth-with-markus-sabadello" title="Introduction to DID Auth for SSI with Markus Sabadello" />Introduction to DID Auth for SSI with Markus Sabadello</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
|
||||||
### Element DID Method - Orie Steele
|
### Element DID Method - Orie Steele
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/2ct2imQLUnzp1j" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/the-element-did-method-sidetree-ethereum-ipfs-orie-steele" title="The Element DID Method: Sidetree, Ethereum & IPFS – Orie Steele" />The Element DID Method: Sidetree, Ethereum & IPFS – Orie Steele</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/2ct2imQLUnzp1j" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/the-element-did-method-sidetree-ethereum-ipfs-orie-steele" title="The Element DID Method: Sidetree, Ethereum & IPFS – Orie Steele" />The Element DID Method: Sidetree, Ethereum & IPFS – Orie Steele</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
|
||||||
### ION - Bitcoin DIDs with Microsoft - Daniel Buchner
|
### ION - Bitcoin DIDs with Microsoft - Daniel Buchner
|
||||||
|
|
||||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/e4v6fZdFL5fdu3" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup](//www.slideshare.net/SSIMeetup/introduction-to-ion-a-layer-2-network-for-decentralized-identifiers-with-bitcoin-daniel-buchner" title="Introduction to Ion – a layer 2 network for Decentralized Identifiers with Bitcoin - Daniel Buchner" />Introduction to Ion – a layer 2 network for Decentralized Identifiers with Bitcoin - Daniel Buchner</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
<iframe src="//www.slideshare.net/slideshow/embed_code/key/e4v6fZdFL5fdu3" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> [SSIMeetup]({{ site.baseurl }}//www.slideshare.net/SSIMeetup/introduction-to-ion-a-layer-2-network-for-decentralized-identifiers-with-bitcoin-daniel-buchner" title="Introduction to Ion – a layer 2 network for Decentralized Identifiers with Bitcoin - Daniel Buchner" />Introduction to Ion – a layer 2 network for Decentralized Identifiers with Bitcoin - Daniel Buchner</a> </strong> from <strong><a href="https://www.slideshare.net/SSIMeetup)</strong> </div>
|
||||||
|
@ -182,7 +182,7 @@ http://ssimeetup.org/introduction-did-auth-markus-sabadello-webinar-10
|
|||||||
* [EIP-1078](https://github.com/ethereum/EIPs/blob/ed621645c8f3bc5756492f327cda015f35d9f8da/EIPS/eip-1078.md) -
|
* [EIP-1078](https://github.com/ethereum/EIPs/blob/ed621645c8f3bc5756492f327cda015f35d9f8da/EIPS/eip-1078.md) -
|
||||||
This presents a method to replace the usual signup/login design pattern with a minimal ethereum native scheme, that doesn’t require passwords, backing up private keys nor typing seed phrases.
|
This presents a method to replace the usual signup/login design pattern with a minimal ethereum native scheme, that doesn’t require passwords, backing up private keys nor typing seed phrases.
|
||||||
* [ERC-1077 and ERC-1078: The magic of executable signed messages](https://ethereum-magicians.org/t/erc-1077-and-erc-1078-the-magic-of-executable-signed-messages-to-login-and-do-actions/351)
|
* [ERC-1077 and ERC-1078: The magic of executable signed messages](https://ethereum-magicians.org/t/erc-1077-and-erc-1078-the-magic-of-executable-signed-messages-to-login-and-do-actions/351)
|
||||||
* [ERC-EIP on GitHub](/blockchain/ethereum/#eip---erc) **>>**
|
* [ERC-EIP on GitHub]({{ site.baseurl }}/blockchain/ethereum/#eip---erc) **>>**
|
||||||
|
|
||||||
### ERC725-735
|
### ERC725-735
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ last_modified_at: 2020-01-07
|
|||||||
>
|
>
|
||||||
> Blockcerts uses and encourages consolidation on open standards. Blockcerts is committed to self-sovereign identity of all participants, and enabling recipient control of their claims through easy-to-use tools such as the certificate wallet (mobile app). Blockcerts is also committed to availability of credentials, without single points of failure.
|
> Blockcerts uses and encourages consolidation on open standards. Blockcerts is committed to self-sovereign identity of all participants, and enabling recipient control of their claims through easy-to-use tools such as the certificate wallet (mobile app). Blockcerts is also committed to availability of credentials, without single points of failure.
|
||||||
|
|
||||||
![](/images/blockcerts.png)
|
![]({{ site.baseurl }}images/blockcerts.png)
|
||||||
|
|
||||||
* [Academic Credentialing and the Blockchain](https://www.learningmachine.com/academic-credentialing-blockchain/)
|
* [Academic Credentialing and the Blockchain](https://www.learningmachine.com/academic-credentialing-blockchain/)
|
||||||
* [Blockcerts — An Open Infrastructure for Academic Credentials on the Blockchain](https://medium.com/mit-media-lab/blockcerts-an-open-infrastructure-for-academic-credentials-on-the-blockchain-899a6b880b2f)
|
* [Blockcerts — An Open Infrastructure for Academic Credentials on the Blockchain](https://medium.com/mit-media-lab/blockcerts-an-open-infrastructure-for-academic-credentials-on-the-blockchain-899a6b880b2f)
|
||||||
@ -51,7 +51,7 @@ last_modified_at: 2020-01-07
|
|||||||
> ...
|
> ...
|
||||||
> In response to the desire for high-stakes credentials in a digital format, the development of Blockcerts began in 2015 as part of a project by the MIT Media Lab.
|
> In response to the desire for high-stakes credentials in a digital format, the development of Blockcerts began in 2015 as part of a project by the MIT Media Lab.
|
||||||
|
|
||||||
![](/images/blockcerts.jpg)
|
![]({{ site.baseurl }}images/blockcerts.jpg)
|
||||||
|
|
||||||
## Literature
|
## Literature
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ redirect_from:
|
|||||||
last_modified_at: 2020-01-10
|
last_modified_at: 2020-01-10
|
||||||
---
|
---
|
||||||
|
|
||||||
[![IIW26 Primer On DIDs and VCs](/images/iiw-verifiable-credentials.png)](https://docs.google.com/presentation/d/1GMQy4rI093c_9zojwLRgp2r-fTscpDUSfX-wqwBk4j4/edit#slide=id.g3605fe1474_2_0)
|
[![IIW26 Primer On DIDs and VCs]({{ site.baseurl }}/images/iiw-verifiable-credentials.png)](https://docs.google.com/presentation/d/1GMQy4rI093c_9zojwLRgp2r-fTscpDUSfX-wqwBk4j4/edit#slide=id.g3605fe1474_2_0)
|
||||||
> A new type of globally resolvable, cryptographically-verifiable identifier, registered directly on a distributed ledger (aka Blockchain)
|
> A new type of globally resolvable, cryptographically-verifiable identifier, registered directly on a distributed ledger (aka Blockchain)
|
||||||
|
|
||||||
* [A Gentle Introduction to Verifiable Credentials](https://www.evernym.com/blog/gentle-introduction-verifiable-credentials/)
|
* [A Gentle Introduction to Verifiable Credentials](https://www.evernym.com/blog/gentle-introduction-verifiable-credentials/)
|
||||||
|
@ -46,11 +46,11 @@ Fall: October 01, 2019 – October 03, 2019
|
|||||||
|
|
||||||
<!--## IIW 31
|
<!--## IIW 31
|
||||||
|
|
||||||
![](/images/IIW-XXXI.png)-->
|
![]({{ site.baseurl }}images/IIW-XXXI.png)-->
|
||||||
|
|
||||||
## IIW 30 2020
|
## IIW 30 2020
|
||||||
|
|
||||||
![](/images/IIW-XXX.png)
|
![]({{ site.baseurl }}images/IIW-XXX.png)
|
||||||
|
|
||||||
- [Proceedings of the 30th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIW_30_Book_of_Proceedings.pdf)
|
- [Proceedings of the 30th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIW_30_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -266,7 +266,7 @@ Fall: October 01, 2019 – October 03, 2019
|
|||||||
|
|
||||||
## IIW 29 2019b
|
## IIW 29 2019b
|
||||||
|
|
||||||
![](/images/IIW-XXIX.png)
|
![]({{ site.baseurl }}images/IIW-XXIX.png)
|
||||||
|
|
||||||
- [Proceedings of the 29th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXIX_Book_of_Proceedings_2019B_29.pdf)
|
- [Proceedings of the 29th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXIX_Book_of_Proceedings_2019B_29.pdf)
|
||||||
|
|
||||||
@ -436,7 +436,7 @@ Help Most, How & Why](https://iiw.idcommons.net/Identity_for_All_%E2%80%93_Refug
|
|||||||
|
|
||||||
## [IIW 28 2019](https://iiw.idcommons.net/IIW_28_Session_Notes)
|
## [IIW 28 2019](https://iiw.idcommons.net/IIW_28_Session_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XXVIII.png)
|
![]({{ site.baseurl }}images/IIW-XXVIII.png)
|
||||||
|
|
||||||
- [Proceedings of the 28th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXVIII_Book_of_Proceedings_2019A.pdf)
|
- [Proceedings of the 28th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXVIII_Book_of_Proceedings_2019A.pdf)
|
||||||
|
|
||||||
@ -627,7 +627,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 27 2018b](https://iiw.idcommons.net/IIW_27_Session_Notes)
|
## [IIW 27 2018b](https://iiw.idcommons.net/IIW_27_Session_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XXVII.png)
|
![]({{ site.baseurl }}images/IIW-XXVII.png)
|
||||||
|
|
||||||
- [Proceedings of the 27th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXVII_Book_of_Proceedings_27.pdf)
|
- [Proceedings of the 27th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXVII_Book_of_Proceedings_27.pdf)
|
||||||
|
|
||||||
@ -802,7 +802,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 26 2018](https://iiw.idcommons.net/IIW_26_Session_Notes)
|
## [IIW 26 2018](https://iiw.idcommons.net/IIW_26_Session_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XXVI.png)
|
![]({{ site.baseurl }}images/IIW-XXVI.png)
|
||||||
|
|
||||||
- [Proceedings of the 26th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXVI_Book_of_Proceedings.pdf)
|
- [Proceedings of the 26th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXVI_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -982,7 +982,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 25 2017b](https://iiw.idcommons.net/IIW_25_Session_Notes)
|
## [IIW 25 2017b](https://iiw.idcommons.net/IIW_25_Session_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XXV.png)
|
![]({{ site.baseurl }}images/IIW-XXV.png)
|
||||||
|
|
||||||
- [Proceedings of the 25th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXV_Book_of_Proceedings.pdf)
|
- [Proceedings of the 25th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXV_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -1136,7 +1136,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 24 2017](https://iiw.idcommons.net/IIW_24_Session_Notes)
|
## [IIW 24 2017](https://iiw.idcommons.net/IIW_24_Session_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XXIV.png)
|
![]({{ site.baseurl }}images/IIW-XXIV.png)
|
||||||
|
|
||||||
- [Proceedings of the 24th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXIV_Book_of_Proceedings.pdf)
|
- [Proceedings of the 24th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXIV_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -1285,7 +1285,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 23 2016b](https://iiw.idcommons.net/IIW_23_Notes)
|
## [IIW 23 2016b](https://iiw.idcommons.net/IIW_23_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XXIII.png)
|
![]({{ site.baseurl }}images/IIW-XXIII.png)
|
||||||
|
|
||||||
- [Proceedings of the 23rd Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXIII_Book_of_Proceedings.pdf)
|
- [Proceedings of the 23rd Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXIII_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -1429,7 +1429,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 22 2016](https://iiw.idcommons.net/IIW_22_Notes)
|
## [IIW 22 2016](https://iiw.idcommons.net/IIW_22_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XXII.png)
|
![]({{ site.baseurl }}images/IIW-XXII.png)
|
||||||
|
|
||||||
- [Proceedings of the 22nd Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXII_Book_of_Proceedings.pdf)
|
- [Proceedings of the 22nd Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXII_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -1573,7 +1573,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 21 2015b](https://iiw.idcommons.net/IIW_21_Notes)
|
## [IIW 21 2015b](https://iiw.idcommons.net/IIW_21_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XXI.png)
|
![]({{ site.baseurl }}images/IIW-XXI.png)
|
||||||
|
|
||||||
- [Proceedings of the 21st Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXI_Book_of_Proceedings.pdf)
|
- [Proceedings of the 21st Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXXI_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -1719,7 +1719,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 20 2015](https://iiw.idcommons.net/IIW_20_Notes)
|
## [IIW 20 2015](https://iiw.idcommons.net/IIW_20_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XX.png)
|
![]({{ site.baseurl }}images/IIW-XX.png)
|
||||||
|
|
||||||
- [Proceedings of the 20th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXX_Book_of_Proceedings.pdf)
|
- [Proceedings of the 20th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXX_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -1860,7 +1860,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 19 2014b](https://iiw.idcommons.net/IIW_19_Notes)
|
## [IIW 19 2014b](https://iiw.idcommons.net/IIW_19_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XIX.png)
|
![]({{ site.baseurl }}images/IIW-XIX.png)
|
||||||
|
|
||||||
- [Proceedings of the 19th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXIX_Book_of_Proceedings.pdf)
|
- [Proceedings of the 19th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXIX_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -2005,7 +2005,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 18 2014](https://iiw.idcommons.net/IIW_18_Notes)
|
## [IIW 18 2014](https://iiw.idcommons.net/IIW_18_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XVIII.png)
|
![]({{ site.baseurl }}images/IIW-XVIII.png)
|
||||||
|
|
||||||
- [Proceedings of the 18th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXVIII_Book_of_Proceedings.pdf)
|
- [Proceedings of the 18th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXVIII_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -2156,7 +2156,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 17 2013b](https://iiw.idcommons.net/IIW_17_Notes)
|
## [IIW 17 2013b](https://iiw.idcommons.net/IIW_17_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XVII.png)
|
![]({{ site.baseurl }}images/IIW-XVII.png)
|
||||||
|
|
||||||
- [Proceedings of the 17th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXVII_Book_of_Proceedings.pdf)
|
- [Proceedings of the 17th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXVII_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -2295,7 +2295,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 16 2013](https://iiw.idcommons.net/IIW_16_Notes)
|
## [IIW 16 2013](https://iiw.idcommons.net/IIW_16_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XVI.png)
|
![]({{ site.baseurl }}images/IIW-XVI.png)
|
||||||
|
|
||||||
- [Proceedings of the 16th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXVI_Book_of_Proceedings.pdf)
|
- [Proceedings of the 16th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXVI_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -2459,7 +2459,7 @@ practices of Museums & Archives.](https://iiw.idcommons.net/A_Process_for_Discov
|
|||||||
|
|
||||||
## [IIW 15 2012b](https://iiw.idcommons.net/IIW_15_Notes)
|
## [IIW 15 2012b](https://iiw.idcommons.net/IIW_15_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XV.png)
|
![]({{ site.baseurl }}images/IIW-XV.png)
|
||||||
|
|
||||||
- [Proceedings of the 15th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXV_Book_of_Proceedings.pdf)
|
- [Proceedings of the 15th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXV_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -2611,7 +2611,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 14 2012](https://iiw.idcommons.net/IIW_14_Notes)
|
## [IIW 14 2012](https://iiw.idcommons.net/IIW_14_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XIV.png)
|
![]({{ site.baseurl }}images/IIW-XIV.png)
|
||||||
|
|
||||||
- [Proceedings of the 14th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXIV_Book_of_Proceedings.pdf)
|
- [Proceedings of the 14th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXIV_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -2762,7 +2762,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 13 2011b](https://iiw.idcommons.net/IIW_13_Notes)
|
## [IIW 13 2011b](https://iiw.idcommons.net/IIW_13_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XIII.png)
|
![]({{ site.baseurl }}images/IIW-XIII.png)
|
||||||
|
|
||||||
- [Proceedings of the 13th Internet Identity Workshop](https://iiw.idcommons.net/images/1/13/IIW13_BOP_PDF.pdf)
|
- [Proceedings of the 13th Internet Identity Workshop](https://iiw.idcommons.net/images/1/13/IIW13_BOP_PDF.pdf)
|
||||||
|
|
||||||
@ -2959,7 +2959,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 12 2011](https://iiw.idcommons.net/IIW_12_Notes)
|
## [IIW 12 2011](https://iiw.idcommons.net/IIW_12_Notes)
|
||||||
|
|
||||||
![](/images/IIW-XII.png)
|
![]({{ site.baseurl }}images/IIW-XII.png)
|
||||||
|
|
||||||
- [Proceedings of the 12th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXII_Book_of_Proceedings.pdf)
|
- [Proceedings of the 12th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXII_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -3129,7 +3129,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [ID Collab Day](https://iiw.idcommons.net/IDCollab_Day_Notes)
|
## [ID Collab Day](https://iiw.idcommons.net/IDCollab_Day_Notes)
|
||||||
|
|
||||||
![](/images/ID-Collab-Day.png)
|
![]({{ site.baseurl }}images/ID-Collab-Day.png)
|
||||||
|
|
||||||
[**ID Collaboration Day Book of Proceedings**](https://iiw.idcommons.net/File:ID_Collaboration_Day_Book_of_Proceedings.pdf)
|
[**ID Collaboration Day Book of Proceedings**](https://iiw.idcommons.net/File:ID_Collaboration_Day_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -3158,7 +3158,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 11 2010b](http://iiw.idcommons.net/iiw11)
|
## [IIW 11 2010b](http://iiw.idcommons.net/iiw11)
|
||||||
|
|
||||||
![](/images/IIW-XI.png)
|
![]({{ site.baseurl }}images/IIW-XI.png)
|
||||||
|
|
||||||
- [Proceedings of the 11th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXI_Book_of_Proceedings.pdf)
|
- [Proceedings of the 11th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWXI_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -3284,7 +3284,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW Europe](https://iiw.idcommons.net/Iiw-europe-1)
|
## [IIW Europe](https://iiw.idcommons.net/Iiw-europe-1)
|
||||||
|
|
||||||
![](/images/IIW-Europe.png)
|
![]({{ site.baseurl }}images/IIW-Europe.png)
|
||||||
|
|
||||||
**Session 1**
|
**Session 1**
|
||||||
|
|
||||||
@ -3331,7 +3331,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW EAST](https://iiw.idcommons.net/Iiw-east-1)
|
## [IIW EAST](https://iiw.idcommons.net/Iiw-east-1)
|
||||||
|
|
||||||
![](/images/IIW-East.png)
|
![]({{ site.baseurl }}images/IIW-East.png)
|
||||||
|
|
||||||
**_THURSDAY_**
|
**_THURSDAY_**
|
||||||
|
|
||||||
@ -3409,7 +3409,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 10 2010](https://iiw.idcommons.net/Iiw10)
|
## [IIW 10 2010](https://iiw.idcommons.net/Iiw10)
|
||||||
|
|
||||||
![](/images/IIW-X.png)
|
![]({{ site.baseurl }}images/IIW-X.png)
|
||||||
|
|
||||||
- [Proceedings of the 10th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIW_10_Book_of_Proceedings.pdf)
|
- [Proceedings of the 10th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIW_10_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -3557,7 +3557,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 9 2009b](https://iiw.idcommons.net/Notes_iiw9)
|
## [IIW 9 2009b](https://iiw.idcommons.net/Notes_iiw9)
|
||||||
|
|
||||||
![](/images/IIW-IX.png)
|
![]({{ site.baseurl }}images/IIW-IX.png)
|
||||||
|
|
||||||
- [Proceedings of the 9th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIW_9_Book%20of%20Proceedings.pdf)
|
- [Proceedings of the 9th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIW_9_Book%20of%20Proceedings.pdf)
|
||||||
|
|
||||||
@ -3672,7 +3672,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 8 2009](https://iiw.idcommons.net/Notes_iiw8)
|
## [IIW 8 2009](https://iiw.idcommons.net/Notes_iiw8)
|
||||||
|
|
||||||
![](/images/IIW-VIII.png)
|
![]({{ site.baseurl }}images/IIW-VIII.png)
|
||||||
|
|
||||||
- [Proceedings of the 8th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWVIII_Book_of_Proceedings.pdf)
|
- [Proceedings of the 8th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWVIII_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -3791,7 +3791,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 7 2008b](https://iiw.idcommons.net/Iiw2008b)
|
## [IIW 7 2008b](https://iiw.idcommons.net/Iiw2008b)
|
||||||
|
|
||||||
![](/images/IIW-VII.png)
|
![]({{ site.baseurl }}images/IIW-VII.png)
|
||||||
|
|
||||||
- [Proceedings of the 7th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWVII_Book_of_Proceedings.pdf)
|
- [Proceedings of the 7th Internet Identity Workshop](https://github.com/windley/IIW_homepage/raw/gh-pages/assets/proceedings/IIWVII_Book_of_Proceedings.pdf)
|
||||||
|
|
||||||
@ -3939,7 +3939,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 6 2008a](https://iiw.idcommons.net/Notes_2008a)
|
## [IIW 6 2008a](https://iiw.idcommons.net/Notes_2008a)
|
||||||
|
|
||||||
![](/images/IIW-VI.png)
|
![]({{ site.baseurl }}images/IIW-VI.png)
|
||||||
|
|
||||||
- [Creating an InfoCard IdP in 30min](https://iiw.idcommons.net/Creating_an_InfoCard_IdP_in_30min) Daniel Sanders
|
- [Creating an InfoCard IdP in 30min](https://iiw.idcommons.net/Creating_an_InfoCard_IdP_in_30min) Daniel Sanders
|
||||||
- [Tracking stuff I've Done](https://iiw.idcommons.net/Tracking_stuff_I%27ve_Done) Killer OpenID app?, Dick
|
- [Tracking stuff I've Done](https://iiw.idcommons.net/Tracking_stuff_I%27ve_Done) Killer OpenID app?, Dick
|
||||||
@ -3972,7 +3972,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 5 2007b](https://iiw.idcommons.net/index.php/Iiw2007b)
|
## [IIW 5 2007b](https://iiw.idcommons.net/index.php/Iiw2007b)
|
||||||
|
|
||||||
![](/images/IIW-V.png)
|
![]({{ site.baseurl }}images/IIW-V.png)
|
||||||
|
|
||||||
* Concordia
|
* Concordia
|
||||||
* XRDSP (XRDS Provisioning protocol) (10-15)
|
* XRDSP (XRDS Provisioning protocol) (10-15)
|
||||||
@ -4039,7 +4039,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 4 2007a](http://web.archive.org/web/20090210172350/http://iiw.windley.com/wiki/Workshop_2007)
|
## [IIW 4 2007a](http://web.archive.org/web/20090210172350/http://iiw.windley.com/wiki/Workshop_2007)
|
||||||
|
|
||||||
![](/images/IIW-IV.png)
|
![]({{ site.baseurl }}images/IIW-IV.png)
|
||||||
|
|
||||||
- [What's Ahead for OpenID](http://web.archive.org/web/20090210172350/http://iiw.windley.com/wiki?title=Next6MonthsForOpenID&action=edit)
|
- [What's Ahead for OpenID](http://web.archive.org/web/20090210172350/http://iiw.windley.com/wiki?title=Next6MonthsForOpenID&action=edit)
|
||||||
- [SimplePermissions: Delegation via OpenID](http://web.archive.org/web/20090210172350/http://iiw.windley.com/wiki/SimplePermissions)
|
- [SimplePermissions: Delegation via OpenID](http://web.archive.org/web/20090210172350/http://iiw.windley.com/wiki/SimplePermissions)
|
||||||
@ -4057,7 +4057,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 3 2006b](http://web.archive.org/web/20070126064639/http://iiw.windley.com/wiki/Workshop2006b)
|
## [IIW 3 2006b](http://web.archive.org/web/20070126064639/http://iiw.windley.com/wiki/Workshop2006b)
|
||||||
|
|
||||||
![](/images/IIW-III.png)
|
![]({{ site.baseurl }}images/IIW-III.png)
|
||||||
|
|
||||||
- Welcome: Kaliya Hamlin and Phil Windley
|
- Welcome: Kaliya Hamlin and Phil Windley
|
||||||
- Landscape Map: Kaliya Hamlin and Mike Ozburn
|
- Landscape Map: Kaliya Hamlin and Mike Ozburn
|
||||||
@ -4087,7 +4087,7 @@ W5F: KRL – XDI Integration
|
|||||||
|
|
||||||
## [IIW 1 2005](http://web.archive.org/web/20070809183242/http://www.socialtext.net/iiw2005/index.cgi?internet_identity_workshop_2005)
|
## [IIW 1 2005](http://web.archive.org/web/20070809183242/http://www.socialtext.net/iiw2005/index.cgi?internet_identity_workshop_2005)
|
||||||
|
|
||||||
![](/images/IIW-I.png)
|
![]({{ site.baseurl }}images/IIW-I.png)
|
||||||
|
|
||||||
- Identity in the Marketplace: The Rise of the Fully Empowered Customer - Doc Searls
|
- Identity in the Marketplace: The Rise of the Fully Empowered Customer - Doc Searls
|
||||||
- [Use Cases for the Social Web](http://web.archive.org/web/20070809183242/http://www.socialtext.net/iiw2005/index.cgi?use_cases_for_the_social_web) - Mary Ruddy, SocialPhysics
|
- [Use Cases for the Social Web](http://web.archive.org/web/20070809183242/http://www.socialtext.net/iiw2005/index.cgi?use_cases_for_the_social_web) - Mary Ruddy, SocialPhysics
|
||||||
|
Loading…
Reference in New Issue
Block a user