Skip to content

Commit 85e9333

Browse files
committed
Updated glossary
Signed-off-by: Hadrian Zbarcea <[email protected]>
1 parent fe59797 commit 85e9333

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

spec/glossary.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
- <dfn>Storage Provider</dfn> - A Service Provider that ofers a cloud-based data storage service conformant with the LWS protocol.
2-
- <dfn>Identity Provider</dfn> - The party that manages the subscriber’s primary authentication credentials and issues assertions derived from those credentials ; see [NIST definition](https://csrc.nist.gov/glossary/term/identity_provider)
1+
- <dfn>Entity</dfn> - An individual (person), organization, device or process. Used interchangeably with “party”; see [NIST definition](https://csrc.nist.gov/glossary/term/entity).
2+
- <dfn>Identifier</dfn> - The bit string denoting the identifier associated with an Entity; see [NIST definition](https://csrc.nist.gov/glossary/term/identifier).
3+
- <dfn>Controlled Identifier</dfn> - A type of Identifier that can be proven to be under the control of an Entity; see [W3C CID definition](https://www.w3.org/TR/cid-1.0/#dfn-controlled-identifier).
4+
- <dfn>Self-Sovereign Identity (SSI)</dfn> - A digital identity that an Entity directly controls, without relying on a third party.
5+
- <dfn>Profile Document</dfn> - see "Controlled Identifier Document".
6+
- <dfn>Controlled Identifier Document</dfn> - A document that contains cryptographic material and lists service endpoints that can be used for verifying proofs from, and interacting with, the controller of an identifier; see [W3C CID definition](https://www.w3.org/TR/cid-1.0/#dfn-controlled-identifier-document).
7+
- <dfn>Profile Document Address</dfn> - The URL of a Profile Document. URLs are defined as the "physical addresses of objects which are retrievable using protocols already deployed on the net"; see [W3C Addressing definition](https://www.w3.org/Addressing/URL/url-spec.html).
8+
- <dfn>Authentication</dfn> - Verifying the identity of a user, process, or device, often as a prerequisite to allowing access to resources in a system; see [NIST definition](https://csrc.nist.gov/glossary/term/authentication).
9+
- <dfn>Authorization</dfn> - The process of verifying that a requested action or service is approved for a specific entity; see [NIST definition](https://csrc.nist.gov/glossary/term/authorization).
10+
- <dfn>User</dfn> - A human entity; see [NIST definition](https://csrc.nist.gov/glossary/term/user).
11+
- <dfn>Non-human Entity</dfn> - An entity with a digital identity that acts in cyberspace, but is not a human actor. This can include organizations, hardware devices, software applications, and information artifacts; see [NIST definition](https://csrc.nist.gov/glossary/term/non-human_entity)
12+
- <dfn>Self-Sovereign Identity (SSI) Owner</dfn> – An entity that fully manages its own Identity credentials without relying on external Service(s).
13+
- <dfn>User Agent</dfn> – Software acting on behalf of a User to interact with Services, such as a browser or identity client.
14+
- <dfn>Service</dfn> - An abstract resource that represents a capability of performing tasks that form a coherent functionality; see [W3C Glossary](https://www.w3.org/TR/ws-gloss/#service)
15+
- <dfn>Service Provider</dfn> - an Entity providing a Service; see [W3C Glossary](https://www.w3.org/TR/ws-gloss/#providerentity)
16+
- <dfn>Identity Service</dfn> - a Service that manages the subscriber’s primary authentication credentials and issues assertions derived from those credentials; see [NIST definition](https://csrc.nist.gov/glossary/term/identity_provider).
17+
- <dfn>Identity Provider</dfn> - a Service Provider that operates an Identity Service;
18+
- <dfn>Relying Party</dfn> - non-pysical entity that trusts an Identity Provider for Authentication; see also [NIST definition](https://csrc.nist.gov/glossary/term/relying_party).
19+
- <dfn>Storage</dfn> - description
20+
- <dfn>Storage Service</dfn> - TBD
21+
- <dfn>Storage Provider</dfn> - TBD
22+
- <dfn>Application</dfn> - TBD
23+
- <dfn>Notification Service</dfn> - TBD

0 commit comments

Comments
 (0)