[jboss-user] [JBoss Portal] - header authentication login module
bvogt
do-not-reply at jboss.com
Wed Sep 27 07:24:35 EDT 2006
Hi,
what is the best solution for an externally authenticated user to be identified as a portal user?
For a successful authenticated user I have its uniqueID available as a header attribute. Looking at the sources I found two possible base classes for my custom login module:
org.jboss.web.tomcat.security.HttpServletRequestLoginModule
and
org.jboss.portal.identity.auth.IdentityLoginModule
I would tend to choose the first one in order to avoid passing the uniqueID as a parameter.
Any hints are welcome.
Burkhard
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974505#3974505
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974505
More information about the jboss-user
mailing list