Files
Facilitor/APPL/SCIM/ServiceProviderConfig/default.asp
Jos Groot Lipman e986a81b5f FSN#41668 SCIM 2e aanzet
svn path=/Website/trunk/; revision=35216
2017-09-06 10:55:50 +00:00

38 lines
804 B
Plaintext

{
"patch": {
"supported": false
},
"bulk": {
"maxOperations": 0,
"maxPayloadSize": 0,
"supported": false
},
"filter": {
"maxResults": 0,
"supported": false
},
"changePassword": {
"supported": false
},
"sort": {
"supported": false
},
"etag": {
"supported": true
},
"authenticationSchemes": [
{
"name": "HTTP Basic",
"description":
"Authentication scheme using the HTTP Basic Standard",
"specUri": "http://www.rfc-editor.org/info/rfc2617",
"documentationUri": "http://example.com/help/httpBasic.html",
"type": "httpbasic"
}
],
"schemas": [
"urn:scim:schemas:core:1.0",
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
]
}