AUTH:sso_group()
Gets authentication the SSO group type. This command returns the result as an integer. It can be zero or one.
Syntax
AUTH:sso_group()
Arguments
N/A
Events
-
HTTP_REQUEST
-
HTTP_RESPONSE
-
HTTP_DATA_REQUEST
-
HTTP_DATA_RESPONSE
-
AUTH_RESULT
Example
when AUTH_RESULT {
ret = AUTH: sso_group()
debug("===>>Authentication sso_group=%d\n", ret)
}
Supported Version
FortiADC version 5.2.x and later.