Using Bookmarks
140
SonicWALL SSL VPN 5.0 User Guide
You can enter the custom credentials as text or use dynamic variables such as those shown
below:
Step 6 For Web (HTTP) and Secure Web (HTTPS) bookmarks, select the Forms-based
Authentication checkbox 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>
Step 7 Click OK.
Step 8 Enter the User name and password for the service.
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