The following request obtains the service provider configuration.
GET https://<base-address>/scim/ServiceProviderConfig
Example response
{
2 "authenticationSchemes": [
3 {
4 "name": "OAuth Bearer Token",
5 "description":
6 "Authentication scheme using the OAuth Bearer Token Standard",
7 "specUri": "http://www.rfc-editor.org/info/rfc6750",
8 "documentationUri": "http://help.puzzel.com/id/oauth.html",
9 "type": "oauthbearertoken",
10 "primary": true
11 }
12 ],
13 "meta": {
14 "resourceType": "ServiceProviderConfig",
15 "created": "0001-01-01T00:00:00",
16 "lastModified": "0001-01-01T00:00:00"
17 },
18 "bulk": {
19 "supported": false
20 },
21 "documentationUri": "https://developer.puzzel.com/scim/",
22 "etag": {
23 "supported": false
24 },
25 "filter": {
26 "maxResults": 1000,
27 "supported": true
28 },
29 "changePassword": {
30 "supported": false
31 },
32 "patch": {
33 "supported": true
34 },
35 "sort": {
36 "supported": false
37 },
38 "schemas": [
39 "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
40 ]
41}