AddAzureEntryIdIdentityProvider
Adds a new identity provider for Microsoft Azure Entra ID.
Examples
Basic usage:
octo-cli -c AddAzureEntryIdIdentityProvider `
-n "Azure AD" `
-t "your-tenant-id" `
-cid "your-client-id" `
-cs "your-client-secret" `
-e "true" `
-asr "true" `
-dgid "<default-group-rtid>"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-n | --name | yes | Name of identity provider, must be unique |
-t | --tenantId | yes | Tenant ID of Azure Entry ID |
-e | --enabled | yes | True if identity provider should be enabled, otherwise false |
-cid | --clientId | yes | ServiceClient ID, provided by provider |
-cs | --clientSecret | yes | ServiceClient secret, provided by provider |
-asr | --allowSelfRegistration | no | Allow self registration (default: true) |
-dgid | --defaultGroupRtId | no | Default group RtId for new users |