Information
The CSIv2 Authentication policy configures security at the Authentication layer when accessing EJB applications using RMI/IIOP.
The establishTrustInClient option of the authentication layer is set to Required to force the client to use one of the authentication mechanisms specified.
Solution
Set the establishTrustInClient attribute in ORB > clientPolicy.csiv2 > layers > authenticationLayer to Required in the ${server.config.dir}/configDropins/overrides/<any file name>.xml
<orb id="defaultOrb">
<clientPolicy.csiv2>
<layers>
<authenticationLayer mechanisms="LTPA,GSSUP" establishTrustInClient="Required"/>
</layers>
</clientPolicy.csiv2>
</orb>