SSO methods explained

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 server.  This does not require a webPass client on the users device.
  • Basic / NTLM SSO - This is used in conjunction with Virtual web Applications.  webNetwork can pass in credentials for a Basic / NTLM authentication request on the user's behalf.
  • Legacy SSO Form Wizard - After 6.3 this is not available in a wizard and would have to be built by hand.  This has been replaced with Server Side webPass SSO.
  • Public webPass SSO - Created by making a link then right clicking on the link to use the webPass SSO wizard. This requires the webPass extension to be installed on the client's browser to perform SSO, without the extension customer is taken to the login page without credentials being passed.
  • Public Form SSO - This only works if you can submit the form and load the page at the same time. After 6.3 this is not available in a wizard and has to be built by hand.
  • Public SAML SSO - This uses a Public application to setup a SAML integration with the service/identity provider.
  • Custom JSP - Used for very special cases where some extra logic and processing has to be done to the data before sending.  Some vendors provide custom code for doing SSO to their product.  An example might be for Flash based login pages that webPass cannot handle, but the vendor built a 2nd method for SSO.  (Limited guidance can be provided for integrating custom JSP files with webNetwork.)


    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

      • webDav & Additional Authentication Methods.

        When deciding to use additional methods for authentication like Radius or additional attributes on the login page, keep in mind that features like webDav / webDrive do not support these optional attributes and can only authenticate using a ...
      • Troubleshoot webPass SSO

        Issue Applications setup for webPass are no longer submitting credentials.  How do I go about troubleshooting? Solution Verify the Extension is installed in the browser and active. You should see the webPass "key" button on the browser's toolbar. ...
      • 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 ...
      • 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 to Microsoft Terminal Server

        The customer can’t get SSO to work when putting in the credentials in the webapps. When they login by hand it works fine. If you are able to login by hand but not when you enter the credentials in the webapp, then try entering the username in the ...