mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
site structure and navigation
This commit is contained in:
parent
38f29ffb1a
commit
911004bef1
@ -70,11 +70,13 @@ didnav:
|
||||
url: "/organizations/sovrin-foundation/"
|
||||
- title: "• SSI Meetup"
|
||||
url: "/organizations/ssi-meetup/"
|
||||
- title: "• Women in Identity"
|
||||
url: "organizations/women-in-identity/"
|
||||
- title: Initiatives
|
||||
children:
|
||||
- title: "• Danube"
|
||||
url: "/private-sector/danube/"
|
||||
- title: " Blockchain"
|
||||
- title: "• Blockchain"
|
||||
url: "/blockchain/"
|
||||
- title: "• Bitcoin"
|
||||
url: "/blockchain/bitcoin/"
|
||||
@ -85,7 +87,7 @@ didnav:
|
||||
- title: "• Hyperledger Indy"
|
||||
url: "/hyperledger/indy/"
|
||||
- title: "• VON"
|
||||
url: "/indy-ecosystem/VON/"
|
||||
url: "/public-sector/von/"
|
||||
- title: "• IBM"
|
||||
url: "/private-sector/ibm/"
|
||||
- title: "• Microsoft"
|
||||
|
15
_pages/recently-modified.md
Normal file
15
_pages/recently-modified.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Recently Updated Content"
|
||||
description: "Shows listing of posts in order of how recently they've been updated."
|
||||
permalink: /updated/
|
||||
layout: single
|
||||
published: false
|
||||
---
|
||||
|
||||
|
||||
<ul>
|
||||
{% assign posts = site.posts | sort: 'post.last_modified_at' %}
|
||||
{% for post in posts %}
|
||||
<li>{{ post.title }} (original post date: {{ post.date }})</li>
|
||||
{% endfor %}
|
||||
</ul>
|
@ -2,7 +2,10 @@
|
||||
title: "Women in Identity - @WomeninID"
|
||||
categories: ["Organizations"]
|
||||
tags: ["WomeninID","GDPR"]
|
||||
permalink: organizations/womeninid/
|
||||
permalink: organizations/women-in-identity/
|
||||
redirect_from:
|
||||
- organizations/womeninid/
|
||||
- organizations/women-in-id/
|
||||
last_modified_at: 2019-07-15T11:22:33-23:00
|
||||
|
||||
---
|
||||
|
@ -1,9 +1,10 @@
|
||||
---
|
||||
title: BCGov's Verifiable Organizations Network
|
||||
layout: single
|
||||
permalink: indy-ecosystem/von/
|
||||
canonical_url: 'https://decentralized-id.com/indy-ecosystem/von/'
|
||||
permalink: public-sector/von/
|
||||
canonical_url: 'https://decentralized-id.com/public-sector/von/'
|
||||
redirect_from:
|
||||
- indy-ecosystem/von/
|
||||
- id-initiatives/indy-ecosystem/von.html
|
||||
- indy-ecosystem/von
|
||||
- indy-ecosystem/VON.html
|
||||
|
@ -11,7 +11,6 @@ last_modified_at: 2020-01-05T:11:22:33:23:00
|
||||
---
|
||||
|
||||
[eid.as/home/](https://www.eid.as/home/) - Regulation with linked TOC
|
||||
|
||||
[Regulation (EU) No 910/2014 of the European Parliament](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2014.257.01.0073.01.ENG) and of the Council of 23 July 2014 on electronic identification and trust services for electronic transactions in the internal market and repealing Directive 1999/93/EC
|
||||
> (2) This Regulation seeks to enhance trust in electronic transactions in the internal market by providing a common foundation for secure electronic interaction between citizens, businesses and public authorities, thereby increasing the effectiveness of public and private online services, electronic business and electronic commerce in the Union.
|
||||
>
|
||||
@ -24,7 +23,6 @@ last_modified_at: 2020-01-05T:11:22:33:23:00
|
||||
>
|
||||
> (14) Some conditions need to be set out in this Regulation with regard to which electronic identification means have to be recognised and how the electronic identification schemes should be notified. Those conditions should help Member States to build the necessary trust in each other’s electronic identification schemes and to mutually recognise electronic identification means falling under their notified schemes. The principle of mutual recognition should apply if the notifying Member State’s electronic identification scheme meets the conditions of notification and the notification was published in the Official Journal of the European Union. However, the principle of mutual recognition should only relate to authentication for an online service. The access to those online services and their final delivery to the applicant should be closely linked to the right to receive such services under the conditions set out in national legislation.
|
||||
|
||||
|
||||
[Trust Services and Electronic identification (eID)](https://ec.europa.eu/digital-single-market/en/trust-services-and-eid)
|
||||
> - ensures that people and businesses can use their own national electronic identification schemes (eIDs) to access public services in other EU eID are available.
|
||||
> - creates an European internal market for eTS - namely electronic signatures, electronic seals, time stamp, electronic delivery service and website authentication - by ensuring that they will work across borders and have the same legal status as traditional paper based processes. Only by providing certainty on the legal validity of all these services, businesses and citizens will use the digital interactions as their natural way of interaction.
|
||||
@ -51,6 +49,8 @@ EU Blockchain Observatory and Forum Report [Blockchain and Identity](https://www
|
||||
* EIDAS: A PAN-EUROPEAN NATIONAL IDENTITY STANDARD
|
||||
> Perhaps the most important regulation dealing with identity in the EU is eIDAS, an EU regulation and a set of standards for electronic identification and trust services for electronic transactions in the European Single Market. This regulation will have a deep impact on the decentralised identity framework, above all as it pertains to government-issued/recognised identity credentials, and so is worth a closer look.
|
||||
|
||||
* [](https://eidas2018.eu)
|
||||
|
||||
## ESSIF - European Self Sovereign Identity Framework
|
||||
|
||||
[European Self Sovereign identity framework](https://www.eesc.europa.eu/sites/default/files/files/1._panel_-_daniel_du_seuil.pdf)
|
||||
|
Loading…
Reference in New Issue
Block a user