
Using Bookmarks
Step 5 To use SSO for the bookmark, select the Automatically log in checkbox and then select one of the following radio buttons:
•Use
•Use custom credentials – allow login to the bookmark using the credentials you enter here; when selected, this option displays Username, Password, and Domain fields. Enter the custom credentials into the Username, Password, and Domain fields that are displayed.
You can enter the custom credentials as text or use dynamic variables such as those shown below:
Text Usage | Variable | Example Usage |
|
|
|
Login Name | %USERNAME% | US\%USERNAME% |
|
|
|
Domain Name | %USERDOMAIN% | %USERDOMAIN\%USERNAME% |
|
|
|
Group Name | %USERGROUP% | %USERGROUP%\%USERNAME% |
|
|
|
Password | %PASSWORD% | %PASSWORD% or leave the field blank |
|
|
|
Step 6 For Web (HTTP) and Secure Web (HTTPS) bookmarks, select the
•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>
Step 7 Click OK.