Application NameBasecamp
PublisherBasecamp
Date Entered02/24/2014
Date Modified
webNetwork Version 6.2.1.111
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : launchpad.37signals.com
Host Port : 443


Web Application Object
----------------------
Web App Type : HTTP(S) Virtual Server
Virtual DNS Name : swbasecamp.example-cloud.com
Startup URL : /basecamp
Rewrite Browser Cookies : Enable
Internal Servers Require SSL : Enable
Host Authority : Disabled

Single Sign On
--------------
Form Type : Client
Form Trigger : /basecamp

Script :
document.forms[0].password.value = "YOURPASSWORDLOCKBOX";
document.forms[0].username.value = "YOURUSERNAMELOCKBOX";
document.forms[0].submit();

Form Method : Post

Form Inputs :
password : YOURPASSWORDLOCKBOX
username : YOURUSERNAMELOCKBOX
 
Notes

This application requires us to submit the credentials via the script field.
Also placing the credential lockboxes in the INPUTS field will allow webNetwork to prompt the users to fill in their lockboxes if they are empty.