Get SCIM ServiceProviderConfig

get/scim/v2/ServiceProviderConfig

Returns the SCIM Service Provider Configuration per RFC 7643 Section 5.

Request Samples

1

Response Samples

1{
2 "meta": {
3 "resourceType": "ServiceProviderConfig",
4 "location": "http://localhost:8080/identities/scim/v2/ServiceProviderConfig"
5 },
6 "schemas": [
7 "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
8 ],
9 "patch": {
10 "supported": true
11 },
12 "bulk": {
13 "supported": false,
14 "maxPayloadSize": 0,
15 "maxOperations": 0
16 },
17 "filter": {
18 "supported": true,
19 "maxResults": 2147483647
20 },
21 "changePassword": {
22 "supported": false
23 },
24 "sort": {
25 "supported": false
26 },
27 "etag": {
28 "supported": false
29 },
30 "authenticationSchemes": [
31 {
32 "type": "oauthbearertoken",
33 "name": "OAuth Bearer Token",
34 "description": "Authentication scheme using the OAuth Bearer Token Standard",
35 "specUri": "https://tools.ietf.org/html/rfc6750",
36 "primary": true
37 }
38 ]
39}

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema