Scim
Get SCIM Service Provider Config
Returns SCIM service provider capabilities. Required by SCIM clients like Okta to determine feature support.
get/scim/ServiceProviderConfigs
Response
Service Provider Configuration returned successfully
Example response
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
],
"documentationUrl": "https://support.okta.com/scim-fake-page.html",
"patch": {
"supported": true
},
"bulk": {
"supported": false
},
"filter": {
"supported": true,
"maxResults": 200
},
"changePassword": {
"supported": false
},
"sort": {
"supported": false
},
"etag": {
"supported": false
},
"authenticationSchemes": [
{
"name": "HTTP Basic",
"description": "Authentication via API key in the Authorization header",
"specUri": "http://tools.ietf.org/html/rfc2617",
"documentationUri": "https://datatracker.ietf.org/doc/html/rfc2617",
"type": "httpbasic",
"primary": true
}
]
}