Skip to content

Commit

Permalink
Merge caa7b9b into b22f311
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Mar 3, 2022
2 parents b22f311 + caa7b9b commit 9709a85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,11 @@ fence-create client-modify --client CLIENT_NAME --urls http://localhost/api/v0/o
That command should output any modifications to the client. Similarly, multiple URLs are
allowed here too.

Add `--append` argument to add to existing client `--urls` or `--allowed-scopes`
```bash
fence-create client-modify --client CLIENT_NAME --urls http://localhost/api/v0/new/oauth2/authorize --append
```

#### Delete OAuth Client

```bash
Expand Down

0 comments on commit 9709a85

Please sign in to comment.