Application NameConference Manager
PublisherSonexis
Date Entered10/04/2010
Date Modified10/04/2010
webNetwork Version 6.0
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host : webconf.example-cloud.com
Port : 80


Webapp Object
-----------
Type : HTTP(s) Virtual Server
V DNS : wnconf.example-cloud.com
/Login/HostLogin.asp


Form Object
-----------
Form Name : form1
Trigger : /Login/HostLogin.asp
Script :
persistCredentials();
PerformSubstitution();
document.forms[0].action="http://webconf.example-cloud.com/Login/HostLogin.asp";
document.forms[0].submit();

Form Method : Post
Form Inputs : txtConferenceID = @@enc:confID@@
txtPIN = @@enc:confPIN@@

 
Notes

This application will use the portal to do the SSO, after that the users browser
talks directly to the application. Due to the design of this app a standard
public webapp does not work because it needs the features of a virtual webapp to
parse the login page.