authentication-storefrontAuthAction¶
The following operations can be performed on "authentication-storefrontAuthAction":
show authentication storefrontAuthAction¶
Displays information about the configured storefront authentication action.
Synopsis¶
show authentication storefrontAuthAction [
Arguments¶
name Name of the storefront authentication action to display. If a name is not provided, information about all actions is shown.
Output¶
stateflag serverURL URL of the Storefront server. This is the FQDN of the Storefront server. example: https://storefront.com/. Authentication endpoints are learned dynamically by Gateway.
domain Domain of the server that is used for authentication. If users enter name without domain, this parameter is added to username in the authentication request to server.
defaultAuthenticationGroup This is the default group that is chosen when the authentication succeeds in addition to extracted groups.
Success Failure devno count
Example¶
show authentication storefrontAuthAction a1
add authentication storefrontAuthAction¶
Adds an action to be used for authentication using storefront server.
Synopsis¶
add authentication storefrontAuthAction
Arguments¶
name Name for the Storefront Authentication 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 profile 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 action" or 'my authentication action').
serverURL URL of the Storefront server. This is the FQDN of the Storefront server. example: https://storefront.com/. Authentication endpoints are learned dynamically by Gateway.
domain Domain of the server that is used for authentication. If users enter name without domain, this parameter is added to username in the authentication request to server.
defaultAuthenticationGroup This is the default group that is chosen when the authentication succeeds in addition to extracted groups.
Example¶
add authentication storefrontAuthAction a -serverurl https://google.com/
unset authentication storefrontAuthAction¶
Use this command to remove authentication storefrontAuthAction settings.Refer to the set authentication storefrontAuthAction command for meanings of the arguments.
Synopsis¶
unset authentication storefrontAuthAction
set authentication storefrontAuthAction¶
Modifies the attributes of an existing storefront authentication action.
Synopsis¶
set authentication storefrontAuthAction
Arguments¶
name Name of the action to configure.
serverURL URL of the Storefront server. This is the FQDN of the Storefront server. example: https://storefront.com/. Authentication endpoints are learned dynamically by Gateway.
domain Domain of the server that is used for authentication. If users enter name without domain, this parameter is added to username in the authentication request to server.
defaultAuthenticationGroup This is the default group that is chosen when the authentication succeeds in addition to extracted groups.
Example¶
set authentication storefrontAuthAction a1 -serverurl someurl
rm authentication storefrontAuthAction¶
Removes a storefront authentication action. You cannot remove an action that is used in any part of a policy.
Synopsis¶
rm authentication storefrontAuthAction
Arguments¶
name Name of the storefront authentication action to remove.
Example¶
rm authentication storefrontAuthAction a1