Application NameBridgeTrack 7.0
PublisherKeema Software
Date Entered02/20/2011
Date Modified
webNetwork Version
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : helpdesk.example-cloud.com
Host Port : 80

Web App Object
--------------
Type : https virtual server
Virtual DNS Name : wnhelpdesk.example-cloud.com
Startup URL : /
Rewrite Browser Cookies : true

Single Sign-on Object
---------------------
Authenticate Type : Form
Form Type : Client
Form Name : frmLogin
Form Trigger : /Security/Login.aspx
Script :
if( ValidateForm() )
{var xfield = document.createElement( 'input' );
xfield.type = 'hidden';
xfield.name = 'btnSubmit';
xfield.value = 'Logon';document.forms[0].appendChild( xfield );
document.forms[0].submit();
}

Form Method : Post
Form Inputs :
txtLogonname:username-attribute
txtPassWord:password-attribute
 
Notes

Replace the username and password with the appropriate values for your site. This may be hard coded values or lockbox values.