4
votes

I know glassfish can authenticate against an LDAP server, I also know it can authenticate against my own database. What I would like to do is authenticate users against LDAP, but get their roles from my own database.

Where would I start learning how to create my own custom authentication module?

2

2 Answers

3
votes

HERE is the step-by-step instructions of how to do this.

0
votes

See the Glassfish security FAQ, specifically "How do I write/configure my own login module and plug it into GlassFish?"

and this sun document