Skip to content

Commit 5da89fc

Browse files
committed
wip edits
1 parent b78225c commit 5da89fc

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

docs/manifest/cawg-id.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,17 @@ The CAWG identity assertion enables a credential holder to prove control over a
88

99
There are two different ways to provide identity assertions:
1010

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.
1913

20-
## Verified identities
2114

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
2316

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:
2522
- Verified web sites
2623
- Social media accounts
2724
- Official ID documentation

0 commit comments

Comments
 (0)