Skip to main content

AddOctoTenantIdentityProvider

Adds a new identity provider for cross-tenant authentication via a parent tenant.

Examples

Delegates authentication to a parent tenant for cross-tenant access.

octo-cli -c AddOctoTenantIdentityProvider `
-n "Parent Tenant Auth" `
-ptid "octosystem" `
-e "true" `
-asr "true" `
-dgid "<default-group-rtid>"

Options

ShortLongRequiredDescription
-n--nameyesName of identity provider, must be unique
-e--enabledyesTrue if identity provider should be enabled, otherwise false
-ptid--parentTenantIdyesID of the parent tenant to authenticate against
-asr--allowSelfRegistrationnoAllow self registration (default: true)
-dgid--defaultGroupRtIdnoDefault group RtId for new users