forked from opencreds/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.php
105 lines (91 loc) · 5.88 KB
/
intro.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?php $TOP_DIR='.'; include './header.inc'; ?>
<main>
<!-- ============================================================= SECTION – FEATURES ============================================================= -->
<section id="features">
<div class="container inner-top">
<div class="row">
<div class="col-md-8 center-block text-center">
<header>
<h1>Introduction</h1>
<p>
Our goal is to create Web standards for a credentialing ecosystem that enables people and organizations to issue, store, and request secure and verifiable digital credentials. The technology has applications in a variety of industries including finance, education, healthcare, and government.
</p>
</header>
</div><!-- /.col -->
</div><!-- /.row -->
<div class="row inner-top-sm">
<div class="col-md-8 col-md-offset-2">
<h2 class="text-center">Background</h2>
<p>
A <strong><em>credential</em></strong> is a qualification, achievement, quality, or piece of information about an entity’s background, typically used to indicate suitability. A credential could include information such as a name, home address, government ID, professional license, or university degree. The use of credentials to demonstrate capability, membership, status, and minimum legal requirements is a practice as old as society itself. The potential use cases are innumerable, but common important examples are represented here in the domains of:
</p>
<ul>
<li>
<strong>Education</strong> - where academic credentials and co-curricular activities are recognized and exchanged among learners, institutions, employers or consumers.
</li>
<li>
<strong>Workplace</strong> - where an applicant’s certified skill or license is a condition for employment, professional development and promotability.
</li>
<li>
<strong>Civil Society</strong> - where access to social benefits and contracts may be based on verifiable conditions such as marital status.
</li>
<li>
<strong>Payments</strong> - where the legal right to purchase a product depends on the verifiable age or location of the buyer.
</li>
<li>
<strong>Identity</strong> - where an entity presents credentials to prove their identity or qualification.
</li>
<li>
<strong>Ownership</strong> - where an entity presents proof of ownership of a particular asset or a right to perform specific operations against a resource. Examples are ownership of securities that entitles the entity to dividend payments or the authority to transact on an account.
</li>
<li>
<strong>Internet of Things (IoT)</strong> - where a machine presents credentials that enable it to act on behalf of its owner in a limited capacity, and where that machine can delegate certain tasks to other machines in an ad-hoc way.
</li>
</ul>
</div><!-- /.col -->
<div class="col-md-8 col-md-offset-2">
<h2 class="text-center">Goals</h2>
<p>
A number of W3C member organizations are proposing the creation of a new standardization activity around credentials on the Web with the following goals in mind:
</p>
<ul>
<li>
<strong>Interoperability</strong> and <strong>Portability</strong>. We want to ensure that an open credential can be used by as broad of a range of organizations as possible. We firmly support the notion that a recipient of a credential should be able to store, archive, and migrate credentials throughout their lifetime with relative ease.
</li>
<li>
<strong>Scalability</strong>. The credentialing solution should be usable by the 3 billion people using the Web today, and the 6 billion people that will be using the Web by the year 2020.
</li>
<li>
<strong>Verifiability</strong>. The veracity of claims made by a credential should be verifiable using the credential itself.
</li>
<li>
<strong>Privacy Enhancing</strong> and <strong>Recipient Controlled</strong>. We want a system that protects the privacy of the individual or organization using the credential by placing the recipient in control of who is allowed to access their credential.
</li>
<li>
<strong>Extensibility</strong>. Our desire is to construct a foundation where different industry vertical-specific solutions can be built without unnecessary central coordination.
</li>
<li>
<strong>Accessibility</strong>. The credentialing solution should be accessible and therefore also usable by the 10% of the world population with disabilities.
</li>
<li>
<strong>Patent and Royalty-free</strong>. We are building public infrastructure whose growth should not be limited by patents and royalties. Credentials affect everyone and the technology to create them must be open and free.
</li>
</ul>
</div><!-- /.col -->
<div class="col-md-8 col-md-offset-2 inner-bottom-xs">
<h2 class="text-center">Next Steps</h2>
<p>
The Credentials Community Group is open to the public. Anyone may join and participate. If you are interested in diving in deeper, here's the best way to start:
</p>
<ol style="margin-left: 2em;">
<li><a href="https://www.w3.org/accounts/request">Get a W3C account</a> (free) and <a href="https://www.w3.org/community/credentials/join">join</a> the Credentials Community Group</li>
<li><a href="http://goo.gl/forms/kXzkF7eQJ0">Document</a> your organization's credentialing needs</li>
<li><a href="minutes/">Participate</a> in the weekly teleconferences</li>
<p></p>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
</main>
<?php $TOP_DIR='.'; include './footer.inc'; ?>