aaa-ssoprofile¶
The following operations can be performed on "aaa-ssoprofile":
add aaa ssoprofile¶
Creates a SSOProfile.
Synopsis¶
add aaa ssoprofile <name> -userName <string> -password
Arguments¶
name
Name for the SSO Profile. Must begin with an ASCII alphabetic or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after a SSO Profile 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').
userName
Name for the user. Must begin with a letter, number, or the underscore (_) character, and must contain only alphanumeric, hyphen (-), period (.), hash (#), space ( ), at (@), equal (=), colon (:), and underscore characters.
CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my group" or 'my group').
password
Password with which the user logs on. Required for Single sign on to external server.
rm aaa ssoprofile¶
Removes a SSO Profile from the appliance.
Synopsis¶
rm aaa ssoprofile <name>
Arguments¶
name
Name of the SSOProfile to remove.
show aaa ssoprofile¶
Displays information about all SSO Profiles configured on the appliance.
Synopsis¶
show aaa ssoprofile [<name>]
Arguments¶
name
Name of the SSOProfile about which to display information.
Output¶
userName
Name for the user. Must begin with a letter, number, or the underscore (_) character, and must contain only alphanumeric, hyphen (-), period (.), hash (#), space ( ), at (@), equal (=), colon (:), and underscore characters.
CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my group" or 'my group').
password
Password with which the user logs on. Required for Single sign on to external server.
devno
count
stateflag
set aaa ssoprofile¶
Modifies the specified parameters of a SSOProfile
Synopsis¶
set aaa ssoprofile <name> [-userName <string>] [-password ]
Arguments¶
name
Name of SSOProfile to be modified.
userName
Name for the user. Must begin with a letter, number, or the underscore (_) character, and must contain only alphanumeric, hyphen (-), period (.), hash (#), space ( ), at (@), equal (=), colon (:), and underscore characters.
CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my group" or 'my group').
password
Password with which the user logs on. Required for Single sign on to external server.