Create registers a new authentication provider configuration for the tenant.
Documentation Index
Fetch the complete documentation index at: https://conductorone-ian-account-to-user-pipeline.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
The TenantAuthConfigServiceCreateRequest message.
This message contains a oneof named provider_config. Only a single field of the following list may be set at a time:
The human-readable name for this authentication provider.
Email domains that route unknown users to this authentication provider during login.
The AuthConfigC1Local message.
A user-visible message explaining why the provider is deprecated.
The AuthConfigGoogle message.
Whether this provider is the default for users whose email domain has no explicit mapping.
The AuthConfigJumpCloud message.
The AuthConfigMicrosoft message.
The AuthConfigOIDC message.
The AuthConfigOkta message.
The AuthConfigOneLogin message.
The AuthConfigPingOne message.
The initial status of the authentication provider.
AUTH_CONFIG_STATUS_UNSPECIFIED, AUTH_CONFIG_STATUS_ACTIVE, AUTH_CONFIG_STATUS_DEPRECATED, AUTH_CONFIG_STATUS_DISABLED Successful response
The TenantAuthConfigServiceCreateResponse message.
The TenantAuthConfig message.
This message contains a oneof named provider_config. Only a single field of the following list may be set at a time: