Questions tagged [jdbcrealm]

JDBCRealm is implementation of realm (a collection of usernames and passwords that identify valid users of a web application, plus an enumeration of the list of roles associated with each valid user) that works with JDBC supported databases.

207 questions
3
votes
1 answer

Tomcat authentication with request headers

I have a web app running on Tomcat 7. Currently users login with passwords through JDBCRealm. In my organization there's an authentication server. Users send HTTP requests to that server, the server authenticates them somehow, and then forwards the…
ldmat
  • 935
  • 1
  • 6
  • 15
3
votes
2 answers

Creating JDBCRealm with postgres driver

So I'm trying to create a JDBCRealm for my application instead of using the users from tomcat-users.xml. Ive changed my server.xml to look like this :