Home > Configuration > Authentication > addauthenticationcaptchaaction

addauthenticationcaptchaaction

Use this method to creates a captcha action.

Syntax



Parameters

name

Name for the new captcha action. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after an action is created. The following requirement applies only to the NetScaler CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my action" or 'my action').
This is mandatory parameter.

serverurl

This is the endpoint at which captcha response is validated.

secretkey

Secret of gateway as established at the captcha source.
This is mandatory parameter.

sitekey

Sitekey to identify gateway fqdn while loading captcha.
This is mandatory parameter.

defaultauthenticationgroup

This is the group that is added to user sessions that match current policy.

scorethreshold

This is the score threshold value for recaptcha v3.
Default value = 5.
Minimum value = 0.
Maximum value = 10.

Return Value

Returns simpleResult

See Also