authentication-dfaAction¶
The following operations can be performed on "authentication-dfaAction":
unset authentication dfaAction¶
Use this command to remove authentication dfaAction settings.Refer to the set authentication dfaAction command for meanings of the arguments.
Synopsis¶
unset authentication dfaAction
set authentication dfaAction¶
Configures a DFA server profile (action). The profile contains all configuration data needed to communicate with that DFA server.
Synopsis¶
set authentication dfaAction
Arguments¶
name Name of the RADIUS profile.
clientID If configured, this string is sent to the DFA server as the X-Citrix-Exchange header value.
serverURL DFA Server URL
passPhrase Key shared between the DFA server and the Citrix ADC. Required to allow the Citrix ADC to communicate with the DFA server.
defaultAuthenticationGroup This is the default group that is chosen when the authentication succeeds in addition to extracted groups.
show authentication dfaAction¶
Displays the current configuration settings for the specified DFA profile (action).
Synopsis¶
show authentication dfaAction [
Arguments¶
name Name of the DFA profile.
Output¶
passPhrase Key shared between the DFA server and the Citrix ADC. Required to allow the Citrix ADC to communicate with the DFA server.
clientID If configured, this string is sent to the DFA server as the X-Citrix-Exchange header value.
serverURL DFA Server URL
Success Failure stateflag defaultAuthenticationGroup This is the default group that is chosen when the authentication succeeds in addition to extracted groups.
devno count
rm authentication dfaAction¶
Removes a DFA profile (action). An action cannot be removed as long as it is bound to a policy.
Synopsis¶
rm authentication dfaAction
Arguments¶
name Name of the action to be removed.
add authentication dfaAction¶
Creates an action (profile) for a DFA server. The profile contains all configuration data necessary to communicate with that DFA server.
Synopsis¶
add authentication dfaAction
Arguments¶
name Name for the DFA action. 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 the DFA action is added.
clientID If configured, this string is sent to the DFA server as the X-Citrix-Exchange header value.
serverURL DFA Server URL
passPhrase Key shared between the DFA server and the Citrix ADC. Required to allow the Citrix ADC to communicate with the DFA server.
defaultAuthenticationGroup This is the default group that is chosen when the authentication succeeds in addition to extracted groups.