EnforceGSSAPIIdentity
Whether to enforce the GSSAPI identity. When you set EnforceGSSAPIIdentity
to true
, Distributed Action Handler returns an error if the value of the SecurityInfo
parameter does not contain the GSSAPIPrincipal
field, or if the value of this field does not match the GSSAPI principal of the user making the request.
NOTE: To use this parameter, you must also add the EnforceGSSAPIIdentity
parameter to the [Security]
section of your Community configuration file.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Server |
Example: | EnforceGSSAPIIdentity=true |
See Also: |