jass

How do I enable open id on a Java Webapp?

Is there a simple jar that I can just drop in a web app with simple configuration to allow people to log in my app and be seen as JASS user? I am not looking just for a library that implement the protocol, but a complete solution for simple solution integration. ...

Jaas web form authentification in JBOSS 5

Hello all. First of all sorry for my poor english but, i'm french... I try for some time to create my custom jaas module for authentification im my web application. I work under JBoss5. So I have create my own JAAS module (Principal, Group, LoginModule). I have declare it in my ear conf: -myEAR:      |-----my-login-config.xml      |-----...