Information
The CSIv2 Attribute policy configures security at the Attribute layer when accessing EJB applications using RMI/IIOP.
The identityAssertionTypes attribute of the attribute layer is set to specify the identity token types that the server supports.
Solution
Set the identityAssertionEnabled attribute to true and identityAssertionTypes to ITTX509CertChain, ITTDistinguishedName in ORB > serverPolicy.csiv2 > layers > authenticationLayer in the ${server.config.dir}/configDropins/overrides/<any file name>.xml
<orb id="defaultOrb">
<clientPolicy.csiv2>
<layers>
<attributeLayer identityAssertionEnabled="true" identityAssertionTypes="ITTX509CertChain, ITTDistinguishedName"/>
</layers>
</clientPolicy.csiv2>
</orb>