Tagged Questions
1
vote
1answer
233 views
apache tomcat 7 combined Realm
Is it possible to use combined realm in order to authenticate users vs the Active directory and then get the roles for the user from SQL database?
If yes please explain how and if no is please tell me ...
3
votes
2answers
5k views
Implement a Tomcat Realm with LDAP authentication and JDBC authorization
I'm working in a legacy environment where an LDAP server is used only for authentication and contains no roles, and authorization is done against a database which contains the user-role mapping, but ...