Authorizations
Bearer token authentication
curl --request GET \
--url https://paradigm.lighton.ai/scim/v2/ServiceProviderConfig \
--header 'Authorization: Bearer <token>'
{
"schemas": [
"<string>"
],
"documentationUri": "<string>",
"patch": {
"supported": true
},
"bulk": {
"supported": true,
"maxOperations": 1000,
"maxPayloadSize": 1048576
},
"filter": {
"supported": true,
"maxResults": 200
},
"sort": {
"supported": true
},
"etag": {
"supported": true
},
"authenticationSchemes": [
{
"name": "OAuth Bearer Token",
"description": "<string>",
"type": "oauthbearertoken",
"primary": true
}
]
}
Provides metadata about supported SCIM operations, filters, and capabilities.
curl --request GET \
--url https://paradigm.lighton.ai/scim/v2/ServiceProviderConfig \
--header 'Authorization: Bearer <token>'
{
"schemas": [
"<string>"
],
"documentationUri": "<string>",
"patch": {
"supported": true
},
"bulk": {
"supported": true,
"maxOperations": 1000,
"maxPayloadSize": 1048576
},
"filter": {
"supported": true,
"maxResults": 200
},
"sort": {
"supported": true
},
"etag": {
"supported": true
},
"authenticationSchemes": [
{
"name": "OAuth Bearer Token",
"description": "<string>",
"type": "oauthbearertoken",
"primary": true
}
]
}
Bearer token authentication
OK
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes