[jboss-user] [JBoss Seam] - JAAS login with JBoss Seam

fady.matar do-not-reply at jboss.com
Tue Mar 27 11:23:14 EDT 2007


I have completely migrated a previous application to JBoss Seam. 
Now I'm left with only one feature which is authentication.

In the previous application I used Active Directory to login, now according to the documentation, if you wish to use your container's JAAS configuration all you need to do is point it out in your components.xml as follows:


  | 	<security:identity authenticate-method="#{authenticator.authenticate}" jaas-config-name="myJaasRealm" remember-me="true" />
  | 

Is this the only requirement? What about the login page? Nothing needs to be changed in there? My previous page used the j_form, j_username and j_password fields, can I use the generated login page to do that?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032084#4032084

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032084



More information about the jboss-user mailing list