To leverage an Identity Asserter, WebLogic requires that web applications are configured to use the CLIENT-CERT authentication method. For each web application, modify the deployment descriptor as follows:
<auth-method>CLIENT-CERT</auth-method>
Then redeploy the web application onto WebLogic server.