Application NameTypingWeb - Teacher Login
PublisherFTW Innovations, Inc.
Date Entered04/18/2013
Date Modified
webNetwork Version 6.1.1.110
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : www.typingweb.com
Host Port : 80


Web Application Object
----------------------
Web App Type : HTTP(S) Virtual Server
Virtual DNS Name : typingweb-teacher.example-cloud.com
Startup URL : /
Rewrite Browser Cookies : Enabled
Host Authority : Disabled


Single Sign On
--------------
Form Type : Client
Form Name : portalLoginForm
Form Trigger : /portal/

Script :
document.forms[0].password.value = "YOURPASSWORD";
document.forms[0].email.value = "YOUREMAILADDRESS";
document.getElementById( "submitButton" ).click();

Form Method : Post

Form Inputs :
password : YOURPASSWORD
email : YOUREMAILADDRESS
 
Notes

The link must be set to open in a New Native Browser, as the application will try to take over the browser session.

The way this application works, we have to go to the main page then have the user click on the login button. At that point we can SSO them into the application.