Get SCIM ServiceProviderConfig
get/scim/v2/ServiceProviderConfig
Returns the SCIM Service Provider Configuration per RFC 7643 Section 5.
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": true11 },12 "bulk": {13 "supported": false,14 "maxPayloadSize": 0,15 "maxOperations": 016 },17 "filter": {18 "supported": true,19 "maxResults": 214748364720 },21 "changePassword": {22 "supported": false23 },24 "sort": {25 "supported": false26 },27 "etag": {28 "supported": false29 },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": true37 }38 ]39}
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema |