Application NameTypingWeb - Student 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-student.example-cloud.com
Startup URL : /
Rewrite Browser Cookies : Enabled
Host Authority : Disabled


Single Sign On
--------------
Form Type : Client
Form Name : loginForm
Form Trigger : /tutor/login/index/bounce/

Script :
document.forms[0].password.value = "YOURPASSWORD";
document.forms[0].username.value = "YOURUSERNAME";
document.getElementById( "login" ).click();

Form Method : Post

Form Inputs :
password : YOURPASSWORD
username : YOURUSERNAME
 
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.

Note: With IE, we can fill in the credentials but the Submit button doesn't get clicked. The user must click the Submit button once their credentials are automatically filled in.