[jboss-user] [JBoss Seam] - Standard JAAS security domain not getting picked up

charles.crouch@jboss.com do-not-reply at jboss.com
Fri Feb 1 17:10:00 EST 2008


Environment: Seam 2.0.1.GA in JBoss5 Beta4

I try to access a secured page in my application and get redirected to the login page. Entering in valid credentials doesn't login me in and I see the following in the log:

  | 13:38:05,109 WARN  [IdentityManager] no identity store available - please install an IdentityStore with the name 'identityStore' if identity management is required.
  | 13:38:05,109 ERROR [SeamLoginModule] No authentication method defined - please define authenticate-method for <security:identity/> in components.xml


In components.xml I have

   <security:identity authenticate-method="#{authenticator.authenticate}"
  |                       jaas-config-name="jmx-console"/>
  |                       

We're trying to use the standard jmx-console application-policy which comes with JBAS


In pages.xml

   <page view-id="/secure/*">
  |          <restrict>#{s:hasRole('JBossAdmin')}</restrict>
  |    </page>

FWIW this setup worked with RC's of Seam 2.0 and JBAS4.2

Any thoughts on what I'm doing wrong?

Thanks


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

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



More information about the jboss-user mailing list