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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ title: CAWG identity assertions
6
6
The [Creator Assertions Working Group (CAWG)](https://cawg.io/) defines assertions that enable content creators to express individual and organizational intent about their content.
7
7
The CAWG identity assertion enables a credential holder to prove control over a digital identity and to use that identity to document the content creator’s role(s) in a C2PA asset’s lifecycle.
8
8
9
+
There are two different ways to provide identity assertions:
10
+
11
+
- Using an [X.509 certificate](https://cawg.io/identity/1.1/#_x_509_certificates_and_cose_signatures) to sign the identity claims. Enterprises or large organizations might often want to use this approach to assert their identity in a particular trust ecosystem; for example, a news organization or publisher.
12
+
:::info
13
+
The SDK can validate and sign these claims.
14
+
:::
15
+
- Using an [identity claim aggregator](https://cawg.io/identity/1.1/#_identity_claims_aggregation). Individuals might often want to use this approach.
16
+
:::info
17
+
The SDK can validate these claims only. Signing is not currently supported.
18
+
:::
19
+
9
20
## Verified identities
10
21
11
22
As defined in the [CAWG Identity Assertion technical specification](https://cawg.io/identity/1.1-draft/#_identity_claims_aggregation),
0 commit comments