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
| Short | Long | Required | Description |
|---|---|---|---|
-id | --clientId | yes | ServiceClient ID, must be unique |
-n | --name | yes | Display name of client used for grants |
-s | --secret | yes | ApiSecret that is used for client credential authentication |
-apic | --autoProvision | no | If 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. |