In order to leverage the new functionality,
- The wnssoclient6.exe and associated DLL files need to be copied to a directory on an RDS server
- The wnssoclient6.exe must be published via RemoteApp Manager/Programs and configured to allow command line arguments
- In LUW an RDS application must be created and contain the following SSO script on the options tab in order to map a drive,
- Single Sign-on Script: {mapnode driveletter=x node=”/” username=@@typelessuserid@@ password=@@password}
Note: the node when doing a LiveEdit with a file will always be "/" but if we are simply mapping a drive, it can be more, like "/Share/Folder1/Folder2" or for a webDAV drive “/webDrive/Google Drive”.
- For a LiveEdit application configure the options tab using the following values
- Start Program: @@driveLetter@@:@@session:rdpEditMappedDrivePath@@
- Single Sign-on Script: {logoffonexit}|{notimeout}|{mapnode driveletter=x node=”/” username=@@typelessuserid@@ password=@@password@@}
- Ensure the MIME Types are: * (just an asterisk)
- In either situation ensure your Single Sign-on Server is set to your server, for example:https://yourServer.example-cloud.com
- Ensure the following,
- The remote computer's IP/DNS address is in your config/allowHosts file.
- The firewall is off or not blocking the connection
- The wnSSOClient6.exe and swSSOLibrary.dll are in C:\Windows\System32 of the remote computer or that their location is specified in webAdmin on the "wnSSOClient Path" textbox