Application NamePLATO Web Learning Network (PWLN)
PublisherPLATO Learning
Date Entered08/30/2012
Date Modified
webNetwork Version 6.1.1
Delivery MethodPublic
ConfigurationWeb Application Object
----------------------
Web App Type : Public
Startup URL : http://pwln.wjsd.org/Pathways/pway_iis.dll/login.plato?accountid=XXXX


Single Sign On
--------------
Form Type : Client
Form Name :
Form Trigger : http://pwln.wjsd.org/Pathways/pway_iis.dll/login.plato\?accountid=XXXX
Form Action : http://pwln.wjsd.org/Pathways/pway_iis.dll/login.plato
Script : var s=document.createElement('input');s.type='hidden';s.name='send';s.value='Send';document.forms[0].appendChild( s );document.forms[0].submit();
Form Method : Post
Form Inputs : accountid=Account#
platoname=Insert Plato name Variable
groupname=Insert Groupname Variable
Password=Insert Password Variable
send=Send
 
Notes

To skip past Account page and get straight to the login page, change to your PLATO account number.

If using the SSO Form Wizard, it will add a ?sessionid parameter to the Form Action. Not having the sessionid on the Form Action, seems to work but there is additional redirect as it picks up a new sessionid. It's probably better for the application that way.