Web parameter: CACLogin

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

CACLogin

Description

Enabling this parameter causes the web client to present a Common Access Card (CAC) certificate as authentication information and to use SSL connections to the web tier.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

false

Possible values

true (Enable CAC authentication)

false (Disable CAC authentication)

Example usage

<init-param>
    <param-name>CACLogin</param-name>
    <param-value>true</param-value>
</init-param>