ADC CLI Commands

authentication-samlPolicy

The following operations can be performed on “authentication-samlPolicy”:

set add unset show rm

set authentication samlPolicy

Modifies the specified parameters of a SAML policy.

Synopsis

set authentication samlPolicy [-rule ] [-reqAction ]

Arguments

name Name of the SAML policy to modify.

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 SAML server.

reqAction Name of the SAML authentication action to be performed if the policy matches.

add authentication samlPolicy

Adds a SAML authentication policy. The policy defines the criteria under which the Citrix ADC attempts to authenticate the user with the specified SAML server.

Synopsis

add authentication samlPolicy

Arguments

name Name for the SAML 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 SAML 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 SAML server.

reqAction Name of the SAML authentication action to be performed if the policy matches.

unset authentication samlPolicy

Use this command to remove authentication samlPolicy settings.Refer to the set authentication samlPolicy command for meanings of the arguments.

Synopsis

unset authentication samlPolicy [-rule] [-reqAction]

show authentication samlPolicy

Displays the current settings for the specified SAML policy. If no policy name is provided, displays a list of all SAML policies currently configured on the Citrix ADC.

Synopsis

show authentication samlPolicy []

Arguments

name Name of the SAML policy.

Output

rule The name of the new rule associated with the policy.

reqAction The name of the SAML action associated with the policy.

boundTo The entity name to which policy is bound

activePolicy priority bindPolicyType policyType devno count stateflag

rm authentication samlPolicy

Removes the specified SAML policy.

Synopsis

rm authentication samlPolicy

Arguments

name Name of the policy to remove.

authentication-samlPolicy