Overview
Prior to Velocity 3.7 SP1 releases, the Velocity Web Service Client (VWSC) application used Anonymous Authentication mode which used the Forms Authentication Provider. As a result, when you initially hit the VWSC website, a login page displays and is authenticated by the Velocity web service.
Starting from Velocity 3.7 SP1 releases, the Administrator can disable Anonymous Authentication and define Windows Authentication to support Auto-login capability. For users logged in as an authorized Velocity operator in Velocity domain into Windows system on their device, the VWSC login page is by-passed to enable Auto-login feature.
...
Figure 15:Accept Option in Extended Protection drop-down
8. In the web.config file located at C:\inetpub\wwwroot\VWSC please remove the commented lines from figure 29 to match figure 30
Figure 29
9. The following steps are required for PIV Enrollment with Windows Authentication.
- Run
notepad
as admin - Open
%WINDIR%\System32\inetsrv\config\applicationHost.config
- Save it as
%WINDIR%\System32\inetsrv\config\applicationHost.config.bak
for backup purposes - Find following string:
<section name="anonymousAuthentication" overrideModeDefault="Deny" />
- Replace
Deny
withAllow
- Save file as
%WINDIR%\System32\inetsrv\config\applicationHost
...
.config
10. In IIS Manager window, right click Default Web Site→ All Tasks→ Restart IIS for the changes to take place as shown in figure 16.
...
- Open Internet Explorer.
- Click Tools menu and select Internet Options.
- Select Security tab.
- Click the Local Intranet Web content zone.
- Select Sites and Check Automatically Detect Intranet Network.
- Click Advance.
- Add VWSC website URL for example: <<System Name/ IP >>/VWSC, http://SYSTEMNAME/VWSC or http://<IP-Address>/VWSC.
- After you are done, Click Close and OK.
- Now, click the Custom level button.
- From the list of settings, scroll to the bottom to select Automatic logon only in Intranet zone.
- Click OK.
...