v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Service Provider V3

Get Service Provider Configuration

Use this API to retrieve the service provider configuration resource. The service provider configuration resource enables discovery of SCIM specification features in a standardized form and provides additional implementation details. This API should only be used when provisioning and managing users from your Identity Provider using the System for Cross-Domain Identity Management (SCIM) standard to facilitate the automated creation of user identities from a third-party identity management application.

🗒 Things to Know

  • This API supports OneTrust's Legacy SCIM Integration that leverages SCIM groups, which are unique role-organization combinations that each represent a specific role within a particular organization. For more information, see Legacy SCIM User Provisioning.
get/api/scim/v3/ServiceProviderConfig

Response

Service provider configuration retrieved successfully

schemasstring[]

A collection of resource types supported by the service provider

Example response

{
  "schemas": [
    "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
  ],
  "authenticationSchemes": [
    {
      "name": "Oauth2 Bearer",
      "description": "OAuth2 Bearer access token is used for authorization.",
      "specUrl": "http://tools.ietf.org/html/rfc6749",
      "documentationUrl": "http://oauth.net/2/",
      "type": "oauthbearertoken",
      "primary": true
    }
  ],
  "meta": {
    "created": "2022-05-27T15:28:14.298Z",
    "lastModified": "2022-05-27T15:28:14.298Z",
    "location": "/api/scim/v3/Users/53b1325c-081f-4f05-b41b-ba8cbdb7bae9",
    "version": "W/\"f0f2a936\"",
    "attributes": [
      [
        "active",
        "emails",
        "userName"
      ]
    ],
    "resourceType": "Group"
  }
}