| pararede.nuno@gmail.com 2007-11-28, 1:27 pm |
| My application is configured in the deployment descriptor web.xml in the following way:<br />
<br />
<security-constraint><br />
<display-name>Client Certificate to autenticate on web sphere</display-name><br />
<web-resource-collection><br />
<web-resource-name>Protected Area</web-resource-name><br />
<!-- Define the context-relative URL(s) to be protected --><br />
<url-pattern>/*</url-pattern><br />
</web-resource-collection><br />
</security-constraint><br />
<br />
<login-config><br />
<auth-method>BASIC</auth-method><br />
</login-config><br />
<br />
I was hoping that the request.getRemoteUser() return the name of the user that is assign in the email field of the certificate but returns me null!<br />
<br />
Is necessary to configured something in WebSphere Application Server ND? And in the Web Server configurations?<br />
<br />
<br />
<br />
Thanks,<br />
Nuno
|