Scim2 (Section)#

Path: /facilities/data-sources/data-source{id}/scim2

Parameters#

NameTypeRequiredDefaultDescription
supports-http-patchbooleanoptionalA flag to indicate whether or not the server supports the HTTP PATCH method. If set to false,the client will use GET to get the full object, and then do a full update with PUT. If not set, the client will query the ServiceProviderConfig endpoint of the SCIM 2.0 server. If set to true, no query will be made to the SCIM server and PATCH will be assumed to be supported.
hostnamehostrequiredsets the hostname or ip-address of the webservice service, e.g. ‘localhost’ or ‘127.0.0.1’
portport-numberoptional80sets the port of the webservice service, e.g. 80 or 443.
contextstringoptional/sets the main context of the webservice service, e.g. ‘/scim’.
http-clientleafrefrequiredA reference to the Http Client

Subsections#

NameTypeDescription
account SectionEnable configuration of SCIM 2.0 Account- and Credential Data Access Provider
attributes SectionEnable configuration for SCIM 2.0 Attribute Data Access Provider

Was this helpful?