Application NameBlackboard Learn Aventa (Hosted)
PublisherBlackboard
Date Entered02/22/2013
Date Modified
webNetwork Version 6.1.1.101
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : aventa.blackboard.com
Host Port : 80


Web Application Object
----------------------
Web App Type : HTTP(S) Virtual Server
Virtual DNS Name : sw-aventa.example-cloud.com
Startup URL : /?Portal=y
Rewrite Browser Cookies : TRUE
Host Authority : DISABLED


Single Sign On
--------------
Form Type : Client
Form Name : login
Form Trigger : /\?Portal=y
Form Action : http://aventa.blackboard.com/webapps/login
Script : document.forms[1].password.value = "INSERT PASSWORD VARIABLE"; document.forms[1].user_id.value = "INSERT USERNAME VARIABLE"; document.forms[1].login.click();
Form Method : Post
Form Inputs: user_id=Insert Username Variable
password=Insert Password Variable
 
Notes

Script will pass credentials to the website, but you will still want to include Form Inputs because that will trigger lockbox prompt. That part is not necessary if you are not using lockboxes and just using directory credentials.

Form Action should break you out of Virtual DNS name and go directly to hosted site. This is on purpose, so you are not proxying traffic through Stoneware server as it is not necessary.