Create Dev Orgs Auth Connection

Creates a new enterprise authentication connection for a Dev organization. This authentication connection will not be enabled by default for the organization and the user will need to explicitly enable this. Only 5 authentication connections can be created by an organization.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
google_appsobjectRequired
Object encapsulating the configuration parameters for a Google Apps authentication connection.
OR
oidcobjectRequired
Object encapsulating the configuration parameters for an OIDC authentication connection.
OR
oktaobjectRequired
Object encapsulating the configuration parameters for an Okta authentication connection.
OR
samlpobjectRequired
Object encapsulating the configuration parameters for a SAML authentication connection.
OR
waadobjectRequired
Object encapsulating the configuration parameters for an Azure AD authentication connection.

Response

Response for the request to create a new enterprise authentication connection.
auth_connectionobject
Connection object that specifies the configuration for an authentication connection that is set up for a Dev organization.

Errors