RequireSecurityInfo
Set RequireSecurityInfo
to True
to require that all queries have a SecurityInfo
string. In this case, IDOL Content Component returns an error message Valid security info required
whenever it receives a query without SecurityInfo
.
This option disables anonymous queries, so that all users must log in to be able to access any documents, which might prevent unauthorized access in cases where the security information is not set correctly in all documents.
NOTE: If the provided security information is not valid, IDOL Content Component returns the error message Could not decrypt security info
, regardless of whether RequireSecurityInfo
is set to True
or False
.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Server |
Example: | RequireSecurityInfo=True
|
See Also: |