Application NameAeries ABI
PublisherEagle Software
Date Entered12/09/2011
Date Modified
webNetwork Version 6.0.7
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : abi.example-cloud.com
Host Port : 443


Web Application Object
----------------------
Web App Type : HTTP(S) Virtual Server
Virtual DNS Name : swabi.example-cloud.com
Startup URL : /Login.asp
Internal Servers Require SSL : True

Single Sign On
--------------
Form Type : Client
Form Name : frmLogin
Form Trigger : /Login.asp
Script : document.forms[0].submit();
Form Method : Post
Form Inputs : UserName=user-input
Password=password-input
SchlCode=school-input#
 
Notes

Note that the SchlCode input will probably be a number instead of the school name. There are multiple ways to adjust this web-app.

Option 1: You can fill in the username and password for the user and then "stop" at the login page and let the user select the School manually. To accomplish this simply remove the Script section and replace with a single character '.'

Option 2: You can create separate web-apps for each school. NOTE: You cannot reuse virtual DNS names, so you will need unique ones for each school.

Option 3 (Advanced method): You can create separate forms and separate links for each application.