SV-96081r1_rule
V-81367
SRG-APP-000402-AS-000247
WBSP-AS-001300
CAT II
10
From the admin console, select System Administration >> Deployment Manager >> Java and Process Management >> Process definition >> Java Virtual Machine >> Custom Properties.
Select "New".
Insert the following case sensitive value into the "Name" field: "adminconsole.certLogin"
Select "Value".
Enter "true".
Click "Apply".
Click "Save".
Select Security >> SSL Certificate and Key management >> SSL Configurations >> Select CellDefaultSSLSettings >> Quality of Protection (QOP) settings.
In the "Client Authentication" drop box, make sure "Supported" or "Required" is selected.
Click "Apply".
Click "Save".
Save a backup copy and edit the Web.xml file as follows: <WAS_INSTALL>/profiles/<profileName>/config/cells/<cellName>/applications/isclite.ear/deployments/isclite/isclite.war/WEB-INF/web.xml:
--- Change:
< security-constraint>
<web-resource-collection>
<web-resource-name>Protected Area</web-resource-name>
<url-pattern>/</url-pattern>
--- So it becomes:
< security-constraint>
<web-resource-collection>
<web-resource-name>Protected Area</web-resource-name>
<url-pattern>/</url-pattern>
<url-pattern>/logon.jsp</url-pattern>
<url-pattern>/logonError.jsp</url-pattern>
--- Add these security constraints if not already present:
<security-constraint>
<web-resource-collection>
<web-resource-name>free pages</web-resource-name>
<url-pattern>/*.jsp</url-pattern>
<url-pattern>/css/*</url-pattern>
<url-pattern>/images/*</url-pattern>
<url-pattern>/j_security_check</url-pattern>
</web-resource-collection>
</security-constraint>
--- Change:
<auth-method>FORM</auth-method>
to
<auth-method>CLIENT-CERT</auth-method>
Save the "web.xml" file.
Stop and restart the Deployment Manager.
Log on to the admin console using your certificate.
Check that the admin console is enabled for client certificate logon.
In the Deployment Manager, check the file on: <WAS_INSTALL>/profiles/<profileName>/config/cells/<cellName>/applications/isclite.ear/deployments/isclite/isclite.war/WEB-INF/web.xml.
If the XML element "<auth-method>FORM</auth-method>" is present, this is a finding.
V-81367
False
WBSP-AS-001300
Check that the admin console is enabled for client certificate logon.
In the Deployment Manager, check the file on: <WAS_INSTALL>/profiles/<profileName>/config/cells/<cellName>/applications/isclite.ear/deployments/isclite/isclite.war/WEB-INF/web.xml.
If the XML element "<auth-method>FORM</auth-method>" is present, this is a finding.
M
3399