Skip to content

Commit

Permalink
chore: Minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
kostysh committed Nov 5, 2022
1 parent 23d02c5 commit ffe905c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ orgid --operation bootstrap --output ./rawOrgId.json
```bash
orgid --operation keys:add --keyType ethereum --delegated true
orgid --operation keys:add --keyType kmsEthereum --delegated true
orgid --operation keys:add --keyType pem --delegated true
```

Expand Down
4 changes: 2 additions & 2 deletions docs/jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The issuer ORGiD must be registered before a JWT generation
orgid --operation jwt --issuer <ISSUER_DID#key> --audience <AUDIENCE_DID> --expiration <TIME_IN_MILLISECONDS> --scope <scope1>,<scope2>,<scope3>,...
```

- `issuer` - the creator and signer of a JWT, full DID, the verification method Id (mandatory)
- `audience` - an entity which will use JWT for accessing an issuer service, DID only (mandatory)
- `issuer` - the creator and signer of a JWT, full DID with the verification method Id (mandatory option)
- `audience` - an entity which will use JWT for accessing an issuer service, DID only (mandatory option)
- `scope` - scope of permissions (comma separated strings, optional)
- `expiration` - JWT ttl in milliseconds (optional, if not defined a JWT will not be restricted by time)

0 comments on commit ffe905c

Please sign in to comment.