authentication-adfsProxyProfile¶
The following operations can be performed on "authentication-adfsProxyProfile":
add authentication adfsProxyProfile¶
Add a new adfsproxy profile on the Citrix ADC.
Synopsis¶
add authentication adfsProxyProfile <name> -userName <string> -password -serverURL <string> -CertKeyName <string>
Arguments¶
name
Name for the adfs proxy profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at sign (@), equal sign (=), and hyphen (-) characters. Cannot be changed after the profile is created. CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my push service" or 'my push service').
userName
This is the name of an account in directory that would be used to authenticate trust request from ADC acting as a proxy.
password
This is the password of an account in directory that would be used to authenticate trust request from ADC acting as a proxy.
serverURL
Fully qualified url of the adfs server.
CertKeyName
SSL certificate of the proxy that is registered at adfs server for trust.
Example¶
add authentication adfsproxyprofile <name> -username <> -password <> -serverurl <> -certificate <>
rm authentication adfsProxyProfile¶
Remove previously configured adfsproxy profile on Citrix ADC.
Synopsis¶
rm authentication adfsProxyProfile <name>
Arguments¶
name
Name of the adfsproxy profile.
Example¶
rm authentication adfsproxyprofile <name>
set authentication adfsProxyProfile¶
Set/modify adfsproxyprofile properties.
Synopsis¶
set authentication adfsProxyProfile <name> [-userName <string>] [-password ] [-serverURL <string>] [-CertKeyName <string>]
Arguments¶
name
Name for the adfs proxy profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at sign (@), equal sign (=), and hyphen (-) characters. Cannot be changed after the profile is created. CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my push service" or 'my push service').
userName
This is the name of an account in directory that would be used to authenticate trust request from ADC acting as a proxy.
password
This is the password of an account in directory that would be used to authenticate trust request from ADC acting as a proxy.
serverURL
Fully qualified url of the adfs server.
CertKeyName
SSL certificate of the proxy that is registered at adfs server for trust.
Example¶
set authentication adfsproxyprofile <profile name> -serverurl <>
show authentication adfsProxyProfile¶
Displays all the configured adfsproxyprofile entities in the system. If a name is specified, then only that entity is shown.
Synopsis¶
show authentication adfsProxyProfile [<name>]
Arguments¶
name
Name of the adfsproxyprofile.
Output¶
userName
This is the name of an account in directory that would be used to authenticate trust request from ADC acting as a proxy.
password
This is the password of an account in directory that would be used to authenticate trust request from ADC acting as a proxy.
serverURL
Fully qualified url of the adfs server.
CertKeyName
SSL certificate of the proxy that is registered at adfs server for trust.
adfsTrustStatus
Describes status of ADFS trust.
stateflag
State flag
devno
count
Example¶
show authentication adfsproxyprofile [name]