Package fr.gouv.vitam.common.auth.web.filter
package fr.gouv.vitam.common.auth.web.filter
Shiro Filter for x509 client certificate authentication
-
ClassesClassDescriptionBased on work: Copyright Paul Merlin 2011 (Apache Licence v2.0) This implementation enable authentication by header if no certificate found in the request attribute and the useHeader parameter is true The checked header is "X-SSL-CLIENT-CERT" and the value must be a valid public certificate as pem formatted string To enable this filter, replace in shiro.ini the key x509 to be equal to the current filter as follow.