Fortinet white logo
Fortinet white logo

Script Reference Guide

AUTH:clt_meth()

AUTH:clt_meth()

Gets the authentication client method. This command returns the method as an integer.

There are four methods:

  • 0 — CLT_HTTP

  • 1 — CLT_FORM

  • 2 — CLT_CERT

  • 3 — CLT_NTLM

Syntax

AUTH:clt_meth()

Arguments

N/A

Events

  • HTTP_REQUEST

  • HTTP_RESPONSE

  • HTTP_DATA_REQUEST

  • HTTP_DATA_RESPONSE

  • AUTH_RESULT

Example

when AUTH_RESULT {
    meth = AUTH:clt_meth()
debug("===>>Authentication client method=%d\n", meth)
}

Supported Version

FortiADC version 5.2.x and later.

AUTH:clt_meth()

AUTH:clt_meth()

Gets the authentication client method. This command returns the method as an integer.

There are four methods:

  • 0 — CLT_HTTP

  • 1 — CLT_FORM

  • 2 — CLT_CERT

  • 3 — CLT_NTLM

Syntax

AUTH:clt_meth()

Arguments

N/A

Events

  • HTTP_REQUEST

  • HTTP_RESPONSE

  • HTTP_DATA_REQUEST

  • HTTP_DATA_RESPONSE

  • AUTH_RESULT

Example

when AUTH_RESULT {
    meth = AUTH:clt_meth()
debug("===>>Authentication client method=%d\n", meth)
}

Supported Version

FortiADC version 5.2.x and later.