AddAuthorizationCodeClient
Adds a new client using grant type 'AuthorizationCode'.
Examples
Basic usage:
octo-cli -c AddAuthorizationCodeClient `
-id "my-web-app" `
-n "My Web Application" `
-u "https://myapp.example.com/" `
-ru "https://myapp.example.com/callback"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-u | --clientUri | yes | URI of client |
-ru | --redirectUri | no | Redirect URI for login procedure |
-id | --clientId | yes | ServiceClient ID, must be unique |
-n | --name | yes | Display name of client used for grants |
-fclo | --frontChannelLogoutUri | no | Front-channel logout URI for Single Logout (SLO) |