SecurityInfo
Set SecurityInfo
to True
to return the encrypted security string that contains the user security details (that is, the values for all the security fields that have been created for the user).
NOTE: If you have set the CheckEntitlement configuration parameter to True
, IDOL Community Component returns the security string only if the user supplies the correct password.
You can use the SecurityInfo string that IDOL Community Component returns to send secure queries, by using the SecurityInfo
parameter in query actions.
You configure the lifetime of the SecurityInfo token by using the SecurityTokenLifetime and SecurityTokenIdleTime configuration parameters.
Actions: | UserRead |
Type: | Boolean |
Default: | False |
Example: | SecurityInfo=True
|
See Also: | CheckEntitlement configuration parameter |