You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manifest/cawg-id.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ The CAWG identity assertion enables a credential holder to prove control over a
10
10
11
11
As defined in the [CAWG Identity Assertion technical specification](https://cawg.io/identity/1.1-draft/#_identity_claims_aggregation),
12
12
13
-
14
13
Content creators may wish to document their role in creating an asset using common identity signals such as:
15
14
- Verified web sites
16
15
- Social media accounts
@@ -25,8 +24,23 @@ The identity claims aggregator performs two important roles:
25
24
- It collects and verifies identity attestation claims from various identity providers such as social media sites and ID verification vendors.
26
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.
27
26
28
-
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.
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.
28
+
29
+
The following table describes the allowed values of the `type` property of `verifiedIdentities` array elements.
30
+
31
+
| Value | Meaning |
32
+
|--------------|----------|
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.
38
+
39
+
Terms used in the above table:
29
40
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.
0 commit comments