Skip to main content

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

ShortLongRequiredDescription
-n--nameyesName of identity provider, must be unique
-t--tenantIdyesTenant ID of Azure Entry ID
-e--enabledyesTrue if identity provider should be enabled, otherwise false
-cid--clientIdyesServiceClient ID, provided by provider
-cs--clientSecretyesServiceClient secret, provided by provider
-asr--allowSelfRegistrationnoAllow self registration (default: true)
-dgid--defaultGroupRtIdnoDefault group RtId for new users