Skip to content

Commit 773999e

Browse files
committed
Clarify terminology
1 parent 09fefc6 commit 773999e

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

docs/manifest/cawg-id.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,27 @@ To facilitate the use of such identity signals, the content creator may use the
2222
The identity claims aggregator performs two important roles:
2323

2424
- It collects and verifies identity attestation claims from various identity providers such as social media sites and ID verification vendors.
25-
- When the content creator creates content, it creates a unique asset-specific credential binding the identity attestation claims collected earlier to the specific C2PA asset being described.
26-
27-
An identity claims aggregation claim does not support a content creator using their own credential to directly issue their own signature for an identity assertion.
25+
- It creates a unique asset-specific credential that binds the identity attestation claims to a specific C2PA asset.
2826

2927
The following table describes the allowed values of the `type` property of `verifiedIdentities` array elements.
3028

3129
| Value | Meaning |
3230
|--------------|----------|
33-
| `cawg.document_verification` | The identity provider has verified one or more government-issued identity documents presented by the named actor.
34-
| `cawg.web_site` | The named actor has proven control over a specific domain to the identity claims aggregator._
35-
| `cawg.affiliation` | The identity provider is attesting to the named actor’s membership in an organization. This could be a professional organization or an employment relationship.
36-
| `cawg.social_media` | The named actor has demonstrated control over an account (typically a social media account) hosted by the identity provider.
37-
| `cawg.crypto_wallet` | The named actor has demonstrated control over an account (typically a crypto-wallet) hosted by the identity provider.
31+
| `cawg.document_verification` | The identity provider verified one or more government-issued identity documents presented by the content creator.
32+
| `cawg.web_site` | The content creator has proven control over a specific domain to the identity claims aggregator._
33+
| `cawg.affiliation` | The identity provider is attesting to the content creator’s membership in an organization. This could be a professional organization or an employment relationship.
34+
| `cawg.social_media` | The content creator has demonstrated control over an account (typically a social media account) hosted by the identity provider.
35+
| `cawg.crypto_wallet` | The content creator has demonstrated control over an account (typically a crypto-wallet) hosted by the identity provider.
36+
37+
:::note
38+
The above table is based on the [CAWG identity assertion technical specifications](https://cawg.io/identity/1.1/#vc-credentialsubject-verifiedidentity-type).
39+
:::
3840

3941
Terms used in the above table:
4042

41-
- **Named actor**: The actor whose relationship to a C2PA asset is documented by an identity assertion. Typically, this will be the content creator or publisher, but not necessarily.
42-
- **Identity provider**: Organization or person that attests to the identity of the named actor; This may be the identity assertion generator, a third party contacted by the identity assertion generator, or the issuer of an identity credential that the identity assertion generator uses.
43-
- **Identity claims aggregator**: Collects identity claims (attestations) regarding a named actor from various identity providers and can replay those identity claims into identity assertions on behalf of the named actor. This actor MAY be the same as the identity assertion generator.
43+
- **content creator**: The actor whose relationship to a C2PA asset is documented by an identity assertion. Typically, this will be the content creator or publisher, but not necessarily. This is a simplified example of a _named actor_, meaning the person, device, or software whose relationship to a C2PA asset is documented by an identity assertion, also referred to as a _credential subject_ when identified by the subject field of a ToIP verifiable identifier.
44+
- **Identity provider**: Organization or person that attests to the identity of the content creator; This may be the identity assertion generator, a third party contacted by the identity assertion generator, or the issuer of an identity credential that the identity assertion generator uses.
45+
- **Identity claims aggregator**: Collects identity claims (attestations) regarding a content creator from various identity providers and can replay those identity claims into identity assertions on behalf of the content creator. This actor MAY be the same as the identity assertion generator.
4446

4547
## Example
4648

0 commit comments

Comments
 (0)