Support for Subject Alternative Name (SAN)
ASE supports CAC authentication using the Subject Alternative Name attribute.
In addition to the steps described in Authenticating with the Common Access Card (CAC), do the
following:
- Modify the server.xml file:
- Locate the
server.xml
file, at:<install-dir>\AppScan Enterprise\Liberty\usr\servers\<ase instance name>\server.xml
- In the
<ldapRegistry>
section of the file, add or edit these two attributes to look like this:certificateMapMode="CUSTOM"
certificateMapperId="customLdapMapper"
- Locate the
- SAN is a composite attribute containing other attributes, so you must specify the mapping
to specifically fetch the LDAP attribute in the configuration JAR file:
- Locate the
SanAttributeReader.jar
file of your AppScan Enterprise instance in:<install-dir>\AppScan Enterprise\Liberty\usr\servers\ase\lib\ SanAttributeReader.jar
- Rename it
SanAttributeReader.zip
and retrieve theconfig.properties
file it contains. - Edit as needed.
- Once you have verified that everything works fine, make sure to set the Logging value to
off
.
- Locate the