UpdateClient
Updates an existing client.
Examples
Basic usage:
octo-cli -c UpdateClient -id "my-web-app" -n "Updated App Name"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-u | --clientUri | no | URI of client |
-ru | --redirectUri | no | Redirect URI for login procedure |
-id | --clientId | yes | ServiceClient ID, must be unique |
-n | --name | no | Display name of client used for grants |
-fclo | --frontChannelLogoutUri | no | Front-channel logout URI for Single Logout (SLO) |