AquaLogic User Interaction Development Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Ensemble Login Headers

Communication between login resource pages and Ensemble is done using HTTP headers

The following table describes the available headers, including how and when they are used. Error and Post-logout pages are considered terminal pages and do not communicate with Ensemble using headers.
Property Type Property Value Property Description
Pre-login runner_pre_interstitial_complete

true indicates that the pre-login page has completed successfully. Ensemble proceeds to the login page.

false (or no header) means the page has not completed successfully. The pre-login page is displayed again.

Login runner_username The user name Ensemble will use to authenticate the user.
Login runner_password The password Ensemble will use to authenticate the user.
Login runner_authentication_provider The provider for authentication. For AquaLogic Ensemble 1.0, the only valid value is portal. If the header is not present, the provider defaults to portal.
Login runner_portal_authentication_source The authentication source against which to authenticate the user. This is the same as the authentication source the user would use to log in to the portal.
Post-login runner_post_interstitial_complete

true indicates that the post-login page has completed successfully. Ensemble proceeds to the resource.

false (or no header) means the page has not completed successfully. The post-login page is displayed again.


  Back to Top      Previous Next