Skip to content

Commit

Permalink
Merge 0d6e757 into b22f311
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Mar 3, 2022
2 parents b22f311 + 0d6e757 commit da4fa5c
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 new callback urls or allowed scopes to existing client using `--append --urls` or `--append --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 da4fa5c

Please sign in to comment.