Application NamenetTrekker
PublisherKnovation
Date Entered04/25/2014
Date Modified
webNetwork Version 6.1.1.110
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : school.nettrekker.com
Host Port : 80


Web Application Object
----------------------
Web App Type : HTTP(S) Virtual Server
Virtual DNS Name : nettrekker.example-cloud.com
Startup URL : /goNSS?np=/sections/login/login.ftl
Rewrite Browser Cookies : Enable

Single Sign On
--------------
Form Type : Client
Form Name : form_login
Form Trigger : /goNSS\?np=/sections/login/login.ftl

Script :
document.forms[0].pswd.value = "YOURPASSWORD";
document.forms[0].uname.value = "YOURUSERNAME";
document.forms[0].submit.click();

Form Method : Post

Form Inputs :
pswd : YOURPASSWORD
uname : YOURUSERNAME
 
Notes

This application requires the credentials to be passed via script.

Placing the credentials in the Form Inputs section, as well, allows you to use a lockbox and have the user prompted to fill in the lockbox if empty.

Note: This application has the ability to use IP Ranges to provide authentication. Even if you do not subscribe to the IP authentication, they may still have your IP Range in their configuration to provide a custom login page (with a dropdown to choose your school or location), which is what the default configuration of this webapp is for. If they do not provide a custom login page for your location, and instead just present the username and password fields, you would use a different Start URL and Form Trigger.

Start URL: /authenticate/ipauth/1?np=/sections/homepages/home.ftl&pp=/sections/login/ipautherror.ftl

Form Trigger: /authenticate/ipauth/1\?np=/sections/homepages/home.ftl\&pp=/sections/login/ipautherror.ftl