SCIM Service Provider Config API
Get service provider config
GET /scim/v2/ServiceProviderConfig
Response
Status: 200 OK
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
],
"authenticationSchemes": [
{
"type": "oauthbearertoken",
"description": "Authentication Scheme using the OAuth Bearer Token Standard",
"documentationUri": "https://docs.theidentityhub.com/doc/Account-Providers/Scim/Connecting-a-Provisioning-Client.html",
"name": "OAuth Bearer Token",
"primary": true,
"specUri": "http://www.rfc-editor.org/info/rfc6750"
}
],
"bulk": {
"supported": false
},
"documentationUri": "https://docs.theidentityhub.com/doc/Account-Providers/Scim/Overview.html",
"eTag": {
"supported": false
},
"filter": {
"maxResults": 100,
"supported": true
},
"changePassword": {
"supported": false
},
"patch": {
"supported": true
},
"sort": {
"supported": false
},
"meta": {
"location": "<service-provider-endpoint>/scim/v2/serviceproviderconfig",
"resourceType": "ServiceProviderConfig"
}
}