JasperReport Server login with certificate and LDAP

Hello, 

   I want to log into jasper report server with a client certificate and automaticly verify if the user is in the right group and log him directly without using the login page.

   Actually this is my configuration (When i try to access to my server, I have to present my client certificate, then I m redirected to the login page with LDAP authentication):

      - I configured my jasper report server with ssl with client Authenticate in my Tomcat server.xml 

      - I configured my applicationContext-security.xml with the  LDAP.

   Do you know how can I directly use the certificate credential to verify them with my LDAP without entering user information in the login page.

Thanks

 

JasperSoftSB's picture
Joined: Mar 14 2014 - 4:12am
Last seen: 9 years 6 months ago

2 Answers:

marianol's picture
17650
Joined: Sep 13 2011 - 8:04am
Last seen: 4 years 12 months ago

Thank's for your reply. 

This documents are for authentication with http header credential.

In my case I want to authenticate with a user certificate (*.P12) that the user provide when he access to the server, it will retrieve the CN of the certificate and verify the user in the LDAP.

Do you have any ideo if it is possible in Jasper Report server ?

Thanks 

 

 

JasperSoftSB's picture
Joined: Mar 14 2014 - 4:12am
Last seen: 9 years 6 months ago
Feedback
randomness