Expand my Community achievements bar.

JAAS

Avatar

Former Community Member
Does anybody know how to set up JAAS authentication on LiveCycle products?



I managed to have the LiveCycle User Manager get users and groups from LDAP, but authentication is still a mystery... The only user which can currently log in is the default "Administrator"



Thank you.



Francesco.
6 Replies

Avatar

Former Community Member
I'm using the JBoss and MySQL installation shipped with PDF Generator.

Avatar

Former Community Member
Francesco



Any update on this I am also very much intrested in this ?



Regards,

Abhi

Avatar

Former Community Member
Sorry guys, no updates yet. I'm no longer actively following LiveCycle products, however if anyone can shed light on JAAS auth I'd still be very intersted.

Avatar

Former Community Member
i have some idea but dont know how to implemente it



live cycle take our jaas application name as a login module and use



LoginContext ctx=new LoginContext(conf.getApplicationName,usernamePwdCallbackHandeler(username,Password))

ctx.login();



so just we make this login module and deploye it on jboss or any server .



i done one thing that user can login only using username which is available in ldap

Avatar

Former Community Member
I'd look into using a servlet filter in the web.xml. The servlet would do the custom jaas auth before getting to LC. You will need to replicate jaas users with LC users though since LC uses the user database for process ownership etc.



http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/usermanager/cl...