Skip to main content

AddClientCredentialsClient

Adds a new client using grant type 'ClientCredentials'.

Examples

Basic usage:

octo-cli -c AddClientCredentialsClient `
-id "my-service" `
-n "My Background Service" `
-s "MySecretKey123"

Options

ShortLongRequiredDescription
-id--clientIdyesServiceClient ID, must be unique
-n--nameyesDisplay name of client used for grants
-s--secretyesApiSecret that is used for client credential authentication
-apic--autoProvisionnoIf set, this client is auto-provisioned (mirrored) into every new sub-tenant of the calling tenant.
Use for service-to-service / CI-CD identities that must reach many tenants with a single ClientId/secret pair.