ServiceProviderConfig
Service provider configuration as defined in RFC 7644 Section 5
authenticationSchemes object[]required
Authentication schemes supported by the service provider
A description of the authentication scheme
HTTP-addressable URL pointing to the documentation
The common authentication scheme name
Indicates if this is the primary authentication scheme
HTTP-addressable URL pointing to the specification
The authentication scheme type
bulk objectrequired
Maximum number of operations in a single bulk request
Maximum payload size in bytes for bulk requests
Indicates whether bulk operations are supported
changePassword objectrequired
Indicates whether password change operations are supported
HTTP-addressable URL pointing to the service provider's documentation
etag objectrequired
Indicates whether ETag-based versioning is supported
filter objectrequired
Maximum number of results returned by a filter operation
Indicates whether filtering is supported
meta object
Resource metadata as defined in RFC 7643 Section 3.1
The timestamp when the resource was created
The timestamp when the resource was last modified
The URI of the resource
The name of the resource type (e.g., User, Group)
The version of the resource. Used for ETag-based versioning. Weak ETags are prefixed with W/
patch objectrequired
Indicates whether PATCH operations are supported
Possible values: [urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig]
sort objectrequired
Indicates whether sorting is supported
{
"authenticationSchemes": [
{
"description": "string",
"documentationUri": "string",
"name": "string",
"primary": true,
"specUri": "string",
"type": "string"
}
],
"bulk": {
"maxOperations": 0,
"maxPayloadSize": 0,
"supported": true
},
"changePassword": {
"supported": true
},
"documentationUri": "string",
"etag": {
"supported": true
},
"filter": {
"maxResults": 0,
"supported": true
},
"meta": {
"created": "2024-07-29T15:51:28.071Z",
"lastModified": "2024-07-29T15:51:28.071Z",
"location": "string",
"resourceType": "string",
"version": "string"
},
"patch": {
"supported": true
},
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
],
"sort": {
"supported": true
}
}