Application NameKeyTrain
PublisherKeyTrain
Date Entered02/14/2013
Date Modified
webNetwork Version 6.1.1.101
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : run.keytrain.com
Host Port : 80


Web Application Object
----------------------
Web App Type : HTTP(S) Virtual Server
Virtual DNS Name : sw-keytrain.example-cloud.com
Startup URL : /main/login.asp
Host Authority : DISABLED


Single Sign On
--------------
Form Type : Client
Form Name : loginform
Form Trigger : /main/login.asp
Script : var f1=document.forms[0];var f2=document.createElement('form');f2.method=f1.method;f2.action='http://run.keytrain.com/main/login.asp?submit=Login';for(wni=0; wni < f1.elements.length; wni++ ) { var wne = f1.elements[wni]; if ( wne.name != 'submit' ) { var wnnewe = document.createElement('input'); wnnewe.type='hidden'; wnnewe.name=wne.name; wnnewe.value=wne.value; f2.appendChild(wnnewe); }}document.body.appendChild( f2 );f2.submit();
Form Method : Post
Form Inputs : userid=Insert Username Variable
password=Insert Password Variable
 
Notes

Currently the application breaks out of the Virtual DNS after SSO process, which as a publicly hosted site is OK (and usually preferred).