Application NameThinkgate
PublisherThinkgate
Date Entered02/08/2012
Date Modified
webNetwork Version 6.0.8
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : thinkgate.net
Host Port : 80


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


Rule Object
-----------
Rule Type : Text Search and Replace
Search : http://thinkgate.net
Replace : https://wnthinkgate.example-cloud.com


Single Sign On
--------------
Form Type : Client
Form Name : frmSelections
Form Trigger : /SignInIFrameVersion.asp
Script : document.forms[0].ClientID.value = "client-input"; document.forms[0].Password.value = "password-input";
document.forms[0].UserID.value = "userid-input";
document.frmSelections.action = PreSignin(); document.frmSelections.submit(); return false;
Form Method : Post
Form Inputs : ClientID=client-input
Password=password-input
UserID=userid-input
 
Notes

The Script section will submit the credentials, while the Form Inputs section will allow the user to get the initial prompt of Password Manager (this is optional).

Replace all the "xxx-inputs" with Stoneware variables.

Add rule or submit will not function properly as it "breaks out" of the webapp and tries to go directly to thinkgate.net.