You can configure SCIM as required.
General
Key |
Description |
Valid input |
Example |
---|---|---|---|
com.aris.umc.scim.active |
Use SCIM Enables SCIM support for User Management. |
True, False |
False |
com.aris.umc.scim.endpoint.url |
SCIM end point URL Specifies the end point URL used for SCIM. You cannot change this property. |
<loadbalancerurl>/umc/scim/v2/{tenant} |
|
com.aris.umc.scim.basic.auth.active |
Basic authentication Enables the authentication scheme using the HTTP basic standard. The default value is true. |
True, False |
True |
com.aris.umc.scim.bearer.token.active |
Bearer token Enables the authentication scheme using the bearer token standard. The default value is true. |
True, False |
True |
com.aris.umc.scim.token.expiry.day |
Token lifetime (in days) Specifies that the bearer token will expire after this period of time in days. |
Integer |
365 |
Advanced settings
Key |
Description |
Valid input |
Example |
---|---|---|---|
com.aris.umc.scim.service.provider.advance.settings.patch.support |
Patch support The patch support is an optional server functionality that enables clients to update one or more attributes of a SCIM resource, for example a user or a user group, using a sequence of operations to add, remove, or replace values. The default value is true. |
True, False |
True |
com.aris.umc.scim.service.provider.advance.settings.change.password.support |
Change password support Enables the support for changing a user password. This means that if a user changes the password in the SCIM system, the password is also changed for ARIS. The default value is false. |
True, False |
False |
com.aris.umc.scim.service.provider.filter.support |
Filter support Specifies that clients can discover the filter capabilities of the service provider. Clients use the Filter attribute of the service provider's configuration end point. If filtering is enabled, not all users or user groups are transferred to ARIS, but only a subset. The default value is true. |
True, False |
True |
com.aris.umc.scim.user.profile.photo.support |
Profile picture support Specifies whether a profile picture is supported. The default value is false. |
True, False |
False |