WorksiteSecurityModel
The submodel to use for Worksite security. This parameter has an effect only when you set Type to AUTONOMY_SECURITY_V4_WORKSITE_MAPPED
.
By default, IDOL Server uses a pessimistic security model, which means that it checks whether a user is denied before checking whether the user is allowed. Set WorksiteSecurityModel
to OPTIMISTIC
to use an optimistic security model instead, which checks whether the user is allowed first.
Type: | String |
Default: | PESSIMISTIC |
Required: | No |
Configuration Section: | MySecurityType
|
Example: | WorksiteSecurityModel=OPTIMISTIC
|
See Also: |