book
Article ID: CTX319630
calendar_today
Updated On:
Description
How to Enable RSA SecurID Authentication for DFA in storefront server
Instructions
1. Open a PowerShell command window and load the Citrix StoreFront modules using the ImportModules.ps1 script provided by Citrix, as described in the StoreFront Services Delegated Forms Server Management ReadMe. 2.To add the Custom Forms protocol to DFA, enter the following command: $service = Get-STFAuthenticationService -VirtualPath /Citrix/DelegatedForms/DefaultAdd-STFAuthenticationServiceProtocol -Name CustomForms -AuthenticationService $service 3. To protect DFA with RSA SecurID authentication, enter the following command: Set-DSDFAProperty -conversationfactory SecurIDAuthentication 4. (Optional) If the User IDs of your RSA Authentication Manager users are not fully qualified and you want to protect DFA with RBA, you need to configure Trusted Domains for DFA. Enter the following command: Set-STFExplicitCommonOptions -authenticationservice (GetSTFAuthenticationService -VirtualPath /Citrix/DelegatedForms/Default) -Domains @("domain1”, “domain2") -DefaultDomain "domain1"
To configure the Netscaler and RSA installation refers to the additional resources document.
Environment
Citrix is not responsible for and does not endorse or accept any responsibility for the contents or your use of these third party Web sites. Citrix is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Citrix of the linked Web site. It is your responsibility to take precautions to ensure that whatever Web site you use is free of viruses or other harmful items.