STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 2 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to ISEC7 Sphere Security Technical Implementation Guide

V-224769

CAT III (Low)

The ISEC7 SPHERE must accept Personal Identity Verification (PIV) credentials.

Rule ID

SV-224769r1013821_rule

STIG

ISEC7 Sphere Security Technical Implementation Guide

Version

V3R1

CCIs

CCI-001953

Discussion

The use of PIV credentials facilitates standardization and reduces the risk of unauthorized access. DOD has mandated the use of the CAC to support identity management and personal authentication for systems covered under HSPD 12, as well as a primary component of layered protection for national security systems.

Check Content

Log in to the ISEC7 SPHERE Console.

Navigate to Administration >> Configuration >> Settings.

Verify the CAC login box has been checked.

On the ISEC7 SPHERE server, browse to the install directory.
Default is %Install Drive%/Program Files/ISEC7 SPHERE
Select the conf folder.
Open config.properties and confirm the following lines exist:

    cacUserUIDRegex=^CN=[^0-9]*\\.([0-9]+),
    cacUserUIDProperty=UserPrincipalName

Browse to %Install Drive%/Program Files >> ISEC7 SPHERE >> Tomcat >> conf
Confirm the server.xml file has clientAuth="required" under the Connection.

If the required commands do not exist in config.properties or if clientAuth does not ="required" in the server.xml file, this is a finding.

Fix Text

Log in to the ISEC7 SPHERE Console.
Navigate to Administration >> Configuration >> LDAP.
Check "Also enable user certificate logins. e.g. from smart cards (CAC)".
Check "Only allow certificates with extended key usage for smartcard logon (1.3.6.1.4.1.311.20.2.2)".

Browse to %Install Drive%/Program Files >> ISEC7 SPHERE >> Tomcat >> conf.
Open the server.xml file and add clientAuth="required" under the Connection.