Re: Tomcat client certicate authentication

2023-01-30 Thread Christopher Schultz
Dave, On 1/30/23 04:21, Dave Breeze wrote: Thanks Chris the application is requesting certificate authentication - and this is working - it is just the mapping of users to roles that is not happening No, the server is requesting the certificate information; the application is not. From your

Re: Tomcat client certicate authentication

2023-01-30 Thread Dave Breeze
Thanks Chris the application is requesting certificate authentication - and this is working - it is just the mapping of users to roles that is not happening I implemented an org.apache.catalina.realm.X509UsernameRetriever and configured using X509UsernameRetrieverClassName but it was never called