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
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,17 @@ The CAWG identity assertion enables a credential holder to prove control over a
8
8
9
9
There are two different ways to provide identity assertions:
10
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
-
:::
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 can use this approach to assert their identity in a particular trust ecosystem; for example, a news organization or publisher. The SDK can validate and sign these claims.
12
+
- Using an [identity claim aggregator](https://cawg.io/identity/1.1/#_identity_claims_aggregation). Individuals can use this approach to document their role in creating an asset by using identity signals collected and verified by a third-party aggregator. The SDK can validate these claims only. Signing is not supported.
19
13
20
-
## Verified identities
21
14
22
-
As defined in the [CAWG Identity Assertion technical specification](https://cawg.io/identity/1.1-draft/#_identity_claims_aggregation),
15
+
## Using an X.509 certificate
23
16
24
-
Content creators may wish to document their role in creating an asset using common identity signals such as:
17
+
TBD
18
+
19
+
## Using an identity claim aggregator
20
+
21
+
As defined in the [CAWG Identity Assertion technical specification](https://cawg.io/identity/1.1/#_identity_claims_aggregation), content creators may wish to document their role in creating an asset using common identity signals such as:
0 commit comments