<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
What are SCIM 2.0 Test Apps
API Access Management
Overview

In the Okta application catalog, several SCIM Test Apps are available. These applications are intended for Okta Integration Network (OIN) SCIM development.

SCIM app

Applies To
  • System for Cross-domain Identity Management (SCIM)
  • Okta Integration Network
Solution

SCIM test apps are categorised by SCIM version (1.1 or 2.0) and authorization method (for example, Bearer token, Basic Auth, or Header Auth). Select the app that aligns with the specific SCIM server used to test the Okta SCIM client.

 

Use SCIM Test Apps only for development and testing purposes. Third-party vendors must build a dedicated integration and submit it to the OIN rather than instructing users to use Test App templates for production environments.

 

Review the following limitations before using SCIM Test Apps:

  • OAuth Flow: The SCIM 2.0 Test App (OAuth Bearer Token) does not perform a standard OAuth flow. The administrator must manually provide a bearer token and update it when it expires. A published OIN integration automatically performs the OAuth flow.
  • Update MethodsSCIM 2.0 Test Apps use PATCH requests to update users (only for the specific operations mentioned in this Update a specific user (PATCH) document), and groups; all other operations are performed via PUT.


Related References

Loading
What are SCIM 2.0 Test Apps