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
| Short | Long | Required | Description |
|---|---|---|---|
-n | --name | yes | Name of identity provider, must be unique |
-e | --enabled | yes | True if identity provider should be enabled, otherwise false |
-ptid | --parentTenantId | yes | ID of the parent tenant to authenticate against |
-asr | --allowSelfRegistration | no | Allow self registration (default: true) |
-dgid | --defaultGroupRtId | no | Default group RtId for new users |