Use AMC to set up a single sign-on profile that will forward a user’s appliance credentials to a Web application that uses forms-based authentication.
To create a form based dynamic single sign-on profile
In the Access Services section, click the Configure link under Web proxy service.
The Web Proxy Service page displays.
Click the + (New) icon.
The Dynamic Single Sign-On Profile page displays.
If the login form needs more than username/email and password, use the “Additional Form Elements” section to configure them.
Do not configure password element, it will be automatically detected.
In the Advanced section, enter name or id of the submit button that is used to submit the form in the Login /Submit button field.
The Submit field is optional. When not configured it is automatically detected. Leave this field empty and update it only when auto-detect is not correctly identifying it.
In the URLs of login page field, enter the relative URLs without host or IP address. Enter each URL in a separate line.
The URLs of login page field is optional and can be left empty. Use it only when auto-detection of login page fails.
In the Login detection drop-down, select the detection option of the URL and enter the respective value.
Cookie- Select this option only if the web application sets a cookie when the login is successful. Set the value as name of the cookie. Example: JSESSIONID
URL Redirection- Select this option only if the web application redirects the user to a different page on successful login. Set the value as partial URL that will match the redirected URL. Example: /home.action
Header-Select this option only if the web application sets a response header on successful login. Set the value as name of the response header. Example: X-Session-Id
Status code-Select this option only if the web application sends a distinct HTTP status code as response to login request. Set the value as HTTP status code. Multiple values can be configured using comma as delimiter.
In the Login experience drop-down, allows you to specify when the user will be automatically logged into the web application Select the following login form behavior based on the resource application:
Always login (fill and submit) to fill and submit the login form automatically every time. Suitable for most applications. Do not use if application shows login page immediately after logging out.
Always fill (but do not submit) to fill the login form with credentials every time the login page is shown to the user. But the login form will not be submitted automatically. User can manually click the login/submit button if they intend to login.
Login once then fill to fill and submit the login form automatically the first time. If the login page is shown after logging out of the application, login form will filled with credentials but not submitted automatically. User can manually click login/submit button to login if needed. Suitable for application showing login page immediately after logging out.
Login once to fill and submit the login form automatically the first time only. Subsequent login page will not be automatically logged in or filled.
Assign this Dynamic Single Sign-On Profile to appropriate Web Application Profile of a resource. When configured, user’s credentials are automatically sent to the back-end server when the user reaches login page and user gets automatically logged in.
For information on configuring SSO for a Web application that uses Windows NTLM or basic authentication, see Web Application Profiles.