This article discusses updating an application's provisioning settings using Okta Application Connections API calls.
- System for Cross-domain Identity Management (SCIM)
- Okta API
- Okta Identity Engine (OIE)
The following applications from the Okta Integration Network catalog, the Application Connections API, can be used to update token-based and OAuth 2.0-based connections:
- Okta Org2Org
- Zscaler 2.0
- Google Workspace
- Microsoft Office 365
- Slack
- Zoom
Supported Applications
To activate the default provisioning connection for supported applications:
POST /api/v1/apps/{appId}/connections/default/lifecycle/activate
This will result in a 204 response, and provisioning will be enabled on the client, but the connection details still need to be set.
To update provisioning connection details:
POST /api/v1/apps/{appId}/connections/default
The payload body for this will depend on each client. Examples for each can be found in the Application Connection API reference.
Custom Integrations
Currently, application provisioning settings cannot be updated using the Application Connections API and must be updated in Okta Admin UI.
