Application NameAvatar
PublisherAlchemy Systems
Date Entered04/08/2011
Date Modified
webNetwork Version 6.0.4.0
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : myavatar.avatarlms.com (if you host it then myavatar.example-cloud.com)
Host Port : 80


Web Application Object
----------------------
Web App Type : https virtual webapps
Virtual DNS Name : wnavatar.example-cloud.com
Startup URL : /login.html?_UI=html6&stoneware=1
Logout URL :
Rewrite Browser Cookies : True
Host Authority : Disabled

Single Sign On
--------------
Form Type : Client
Form Name : loginForm
Form Trigger : /login.html\?_UI=html6\&stoneware=1
Form Action :

Script :
var s=document.createElement('input');
s.type='hidden';
s.name='Enter';
s.value='Enter';
document.forms[0].appendChild( s );d
ocument.forms[0].submit();

Error Trigger : /user_portal.html?verify_cookie=1
Error Page : https://wnavatar.example-cloud.com/login.html?_UI=bb6

Form Method : Post
Form Inputs :
login_password=password-attribute
login_user=username-attribute
 
Notes

This application is a bit unique in that to sso into it we need to use their "simply" login page and then redirect back to the "fancy" interface. This application uses a fancy login page that uses soap/xml to login. But also has a simply login page that can be used. But to avoid using the simple interface we can catch the login and redirect back to the fancy interface.

As with any webapplication, these settings are what was used for a particular customer your information may differ based on your install.