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
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
google_apps
Object encapsulating the configuration parameters for a Google Apps
authentication connection.
OR
oidc
Object encapsulating the configuration parameters for an OIDC
authentication connection.
OR
okta
Object encapsulating the configuration parameters for an Okta
authentication connection.
OR
samlp
Object encapsulating the configuration parameters for a SAML
authentication connection.
OR
waad
Object encapsulating the configuration parameters for an Azure AD
authentication connection.
Response
Response for the request to create a new enterprise authentication
connection.
auth_connection
Connection object that specifies the configuration for an
authentication connection that is set up for a Dev organization.