Skip Navigation

(Optional) Update the application server registry for smart card login

For smart card login, update the registry on the application server to enable users to select a CAC certificate.
To add a value to the SCHANNEL registry key, complete the following steps:
  1. From the Windows Start menu, type
    regedit
    .
  2. Navigate to the following node:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL
    .
  3. Right-click the
    SCHANNEL
    node and click
    New
    .
  4. Click
    DWORD (32-bit) Value
    . The new value is created.
  5. Enter the name of the new value:
    ClientAuthTrustMode
    .
  6. You must enter the value when the name field becomes available for editing because you cannot change the name later.
  7. Double-click on the new value and enter the following value in the field. Data:
    2
    .
  8. Click
    OK
    .