Application NameRenaissance Learning - Virtual
PublisherRenaissance Learning
Date Entered09/04/2014
Date Modified
webNetwork Version
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : hostedxxx.renlearn.com
Host Port : 443


Web Application Object
----------------------
Web App Type : https virtual server
Virtual DNS Name : swren.example-cloud.com
Startup URL : /xxxxxx/Public/RPM/Login/Login.aspx?srcID=t (t=teacher s=student)
Rewrite Browser Cookies : True
Internal Servers Require SSL : True


Single Sign On
--------------
Authenticate Type : Form
Form Type : Client
Form Name : form1
Form Trigger : /xxxxx/Public/RPM/Login/Login.aspx\?srcID=t ( xxxxx = school code)

Script :
__doPostBack('ctl00$cp_Content$btnLogIn','');document.forms[0].onsubmit();


Form Method : Post

Form Inputs :
ctl00$cp_Content$tbUserName=YOURUSERNAME
ctl00$cp_Content$tbPassword=YOURPASSWORD
 
Notes

Host address and start-up URL will be unique for every company. Replace the x's in the start-up URL.

For students replace the Startup URL and Form Trigger with the following:
Startup URL: /xxxxxx/Public/RPM/Login/Login.aspx?srcID=s
Form Trigger: /xxxxxx/Public/RPM/Login/Login.aspx\?srcID=s

To fix continuously post invalid credentials:
Start-up URL = /XXXXXX/Public/RPM/Login/Login.aspx?srcID=t&portal=y
Form Trigger = /XXXXXX/Public/RPM/Login/Login.aspx\?srcID=t\&portal=y
Form Action = /XXXXXX/Public/RPM/Login/Login.aspx