This article is intended for Citrix administrators and technical teams only.
Non-admin users must contact their company's Help Desk/IT support team and can refer to CTX297149 for more information.
For Storefront Direct Connections , password saving is not available for receiver for ios and end users see the field inactive which says "Disabled by Admin".
Beginning with release 6.1.2, iOS for Citrix Receiver introduces a feature that streamlines the connection process by allowing you to save your password, which eliminates the extra step of having to authenticate a session everytime you open Citrix Receiver. To be able to save passwords , PNA legacy mode , or Xenapp Services site has to be used .
To configure StoreFront PNA legacy mode to enable the save password functionality:
1. If you are configuring an existing store go to step 3.
2. To configure a new StoreFront deployment, follow the best practices described in Install, setup, and uninstall Citrix StoreFront.
3. Open the Citrix StoreFront management console.
4. Select the Store you want to configure.
5. Click Configure XenApp Service Support
7. Enable Legacy Support, and Click OK.
8. Navigate to the template configuration file located at c:\inetpub\wwwroot\Citrix\<store name>\Views\PnaConfig\.
9. Make a backup of the Config.aspx.
10. Open the original Config.aspx file.
11. Edit the line <EnableSavePassword>false</EnableSavePassword> change the false value to true.
12. Save the edited Config.aspx file.
13. On the StoreFront server, run PowerShell with Administrative rights.
14. In the PowerShell console:
a. cd “c:\Program Files\Citrix\Receiver StoreFront\Scripts”
b. Type “Set-ExecutionPolicy RemoteSigned”
c. Type “.\ImportModules.ps1”
d. Type “Set-DSServiceMonitorFeature –ServiceUrl https://localhost:443/StorefrontMonitor”
15. If you have a StoreFront group, run the same commands on all the members in the group.