Skip to main content

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

ShortLongRequiredDescription
-u--clientUriyesURI of client
-ru--redirectUrinoRedirect URI for login procedure
-id--clientIdyesServiceClient ID, must be unique
-n--nameyesDisplay name of client used for grants
-fclo--frontChannelLogoutUrinoFront-channel logout URI for Single Logout (SLO)