Skip to main content

AddAdIdentityProvider

Adds a new identity provider for active directory.

Examples

Basic usage:

octo-cli -c AddAdIdentityProvider `
-n "Corporate AD" `
-h "ldap.example.com" `
-p "389" `
-e "true" `
-asr "false"

Options

ShortLongRequiredDescription
-n--nameyesName of identity provider, must be unique
-e--enabledyesTrue if identity provider should be enabled, otherwise false
-h--hostyesHost
-p--portyesPort of host
-asr--allowSelfRegistrationnoAllow self registration (default: true)
-dgid--defaultGroupRtIdnoDefault group RtId for new users