authentication-dfaPolicy¶
The following operations can be performed on "authentication-dfaPolicy":
add authentication dfaPolicy¶
Adds an DFA authentication policy. The policy defines the criteria under which the Citrix ADC attempts to authenticate the user with the specified Web server.
Synopsis¶
add authentication dfaPolicy
Arguments¶
name Name for the DFA policy. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after DFA policy is created.
The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my authentication policy" or 'my authentication policy').
rule Name of the Citrix ADC named rule, or an expression, that the policy uses to determine whether to attempt to authenticate the user with the Web server.
action Name of the DFA action to perform if the policy matches.
show authentication dfaPolicy¶
Displays the current settings for the specified DFA policy. If no policy name is provided, displays a list of all DFA policies currently configured on the Citrix ADC.
Synopsis¶
show authentication dfaPolicy [
Arguments¶
name Name of the WebAuth policy.
Output¶
rule Name of the Citrix ADC named rule, or an expression, that the policy uses to determine whether to attempt to authenticate the user with the Web server.
action Name of the DFA action to perform if the policy matches.
boundTo The entity name to which policy is bound
activePolicy priority bindPolicyType policyType devno count stateflag
rm authentication dfaPolicy¶
Removes an DFA policy.
Synopsis¶
rm authentication dfaPolicy
Arguments¶
name Name of the DFA policy to remove.
set authentication dfaPolicy¶
Configures the specified DFA policy.
Synopsis¶
set authentication dfaPolicy
Arguments¶
name Name of the DFA policy.
rule The new rule to associate with the policy.
action The new DFA action to associate with the policy.