Secure Mobile Access supports per-bookmark single sign-on for the following bookmark services:
Per-Bookmark SSO allows users to enable or disable SSO for individual bookmarks. This flexibility in specifying login credentials is useful in the following cases:
To configure per-bookmark SSO
To use SSO for the bookmark, select the Automatically log in check box and then select one of the following radio buttons:
You can enter the custom credentials as text or use dynamic variables such as those shown in SSO Credentials: Dynamic Variables:
Text Usage | Variable | Example Usage |
---|---|---|
Login Name | %USERNAME% | US\%USERNAME% |
Domain Name | %USERDOMAIN% | %USERDOMAIN\%USERNAME% |
Group Name | %USERGROUP% | %USERGROUP%\%USERNAME% |
For Web (HTTP) and Secure Web (HTTPS) bookmarks, select the Forms-based Authentication check box to use this method for SSO, and then fill in the following fields that are exposed:
Configure the User Form Field to be the same as the ‘name’ or ‘id’ attribute of the HTML element representing User Name in the Login form, for example:
<input type=text name=’userid’>
Configure the Password Form field to be the same as the ‘name’ or ‘id’ attribute of the HTML element representing Password in the Login form, for example:
<input type=password name=’PASSWORD’ id=’PASSWORD’ maxlength=128>