Specifies if Kaspersky Scan Engine supports the Bearer authentication scheme. When support for the Bearer authentication scheme is enabled, Kaspersky Scan Engine expects that the request header field, named as specified in AuthRequestField, starts with the Bearer prefix.
If the element UseAccessToken is set to 1, the UseBearerAuthScheme element is mandatory.
Path
ServerSettings > AuthSettings > UseBearerAuthScheme
Value
Valid values:
0—Support for the Bearer authentication scheme is disabled.1—Support for the Bearer authentication scheme is enabled.The default value is 1.
Example
The following is an example of this element.
<UseBearerAuthScheme>1</UseBearerAuthScheme> |