Client side SSO errors

Client side SSO errors

The customer is getting the following errors when trying to use the client side SSO features in webNetwork for RDP / Citrix. 

The first error: 
The relay path of 192.168.9.29/axis/services/WebNetworkPortalService is not a valid format. 

The second error: 
An exception occurred while trying to connect to the relay: 
System.Net.WebException: The request failed with HTTP status 404: %2Faxis%2FWebNetworkPortalService+Not+Found.



The first error means that the customer did not put in https://192.168.9.29 for the relay address in the SSO settings. 

The second error means that the terminal server can't contact the relay on the address of https://192.168.9.29 
This address needs to be a valid address that if you went to a browser on the terminal server and entered 
https://192.168.9.29/swWebServices that it brings up a page about Apache axis. 
The customer needed to change the sso relay address to https://portal.example-cloud.com to get things to work. 

With the sso client in debug mode, you will see the following debug boxes. 

wnSSOClient.exe launched in soap param mode 
sessionID is XXXXXX 
relayaddress is XXXXX 
Full Relay Path: XXXXXXXXXXx 
It then shows the script it retrieved. 

You can also turn on the debug : com.stoneware.swwebservices.axis2.modules.MessageLoggerHandler to see the full communication.

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Debug Client Side SSO

        The default action is : document.forms[0].submit(); A way to debug is to add an Alert : alert( ’form triggered’ ); document.forms[0].submit(); ---------------------------- If inputs are in script we don’t see them when the page comes through the ...
      • SSO methods explained

        Rundown of SSO Methods: Server Side webPass SSO - This is only available for Virtual web Applications. Uses webPass SSO engine / wizard to build an SSO form which is passed by modifying the form information as it passes through the webNetwork ...
      • How to SSO into Microsoft MSTSC Native Client

        A few years ago Microsoft changed the RDP client to not allow that native client ( mstsc.exe ) to accept command line parameters for authentication along with removing the same feature from the saved .RDP file. This means that when you use the native ...
      • webPass SSO Browser and Device Support

        webPass SSO webAgents and Extensions download page. webPass Server Side SSO webPass Server Side SSO is handed by the UW server, and thus requires no installed Agents or Browser Extensions to function.
      • How to stop SSO loop

        Problem:  Using webPass or standard form for Single Sign-On (SSO), it submits the credentials but because of bad/wrong credentials it gets stuck in a loop continually submitting credentials. Cause:  Single Sign-On (SSO) forms use a URL trigger to ...