v1
latestOpenAPI 3.0.32026-07-17174981.5 KBService Provider Config Endpoint
Get Service Provider Config
This API returns the service provider's configuration details.
<b>No Scope(Permission) required.</b>
get/ServiceProviderConfig
Response
Schema is found
SPConfigResponse required
Example response
{
"patch": {
"supported": true
},
"filter": {
"maxResults": 200,
"supported": true
},
"documentationUri": "http://example.com/help/scim.html",
"authenticationSchemes": [
{
"name": "OAuth Bearer Token",
"description": "Authentication scheme using the OAuth Bearer Token Standard",
"specUri": "http://www.rfc-editor.org/info/rfc6750",
"type": "oauthbearertoken",
"primary": true
},
{
"name": "HTTP Basic",
"description": "Authentication scheme using the HTTP Basic Standard",
"specUri": "http://www.rfc-editor.org/info/rfc2617",
"type": "httpbasic",
"primary": false
}
],
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
],
"etag": {
"supported": false
},
"sort": {
"supported": false
},
"bulk": {
"maxPayloadSize": 1048576,
"maxOperations": 1000,
"supported": true
},
"changePassword": {
"supported": false
}
}