Re: Tomcat client certificate based authorization

2015-09-07 Thread juls
Hi, sorry for the confusion, I made a mistake with the class name, it does work as described! :) kind regards Am 04.09.2015 19:35 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Juls, On 9/4/15 10:01 AM, juls wrote: thanks, I guess that was the right hint.

Re: Tomcat client certificate based authorization

2015-09-04 Thread juls
Dear Christoph, thanks, I guess that was the right hint. I now implemented a custom X509UsernameRetriever, created a jar and placed it in $CATALINA_HOME/lib. *** import

Re: Tomcat client certificate based authorization

2015-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Juls, On 9/4/15 10:01 AM, juls wrote: > thanks, I guess that was the right hint. I hope so! > I now implemented a custom X509UsernameRetriever, created a jar > and placed it in $CATALINA_HOME/lib. > > import java.security.cert.X509Certificate; >

Tomcat client certificate based authorization

2015-09-03 Thread juls
Dear List! I need to restrict users to access different resources based on attributes of their client certificate. I found this tutorial which describes the basic idea: http://krishnasblog.com/2012/12/01/enabling-client-cert-based-authorization-on-tomcat/ Apart from not beeing able the get

Re: Tomcat client certificate based authorization

2015-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Juls, On 9/3/15 9:41 AM, juls wrote: > I need to restrict users to access different resources based on > attributes of their client certificate. > > I found this tutorial which describes the basic idea: >