Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Add support for X509 Authentication. Perhaps should not be complicated when we see how Acegi source code achieve this (http://www.acegisecurity.org/guide/springsecurity.html#x509) ?
Notice that the X509Auth is basically a validation of the client certificate. Because if we reach this point, it means that the application server has successfully trusted the client certificate against its trust store.