<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Is It Possible to Update an Application's Provisioning Settings Using API
Okta Identity Engine
API Access Management
Overview

This article discusses updating an application's provisioning settings using Okta Application Connections API calls.

Provisioning Settings

Applies To
  • System for Cross-domain Identity Management (SCIM)
  • Okta API
  • Okta Identity Engine (OIE)
Solution

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. 

Loading
Is It Possible to Update an Application's Provisioning Settings Using API