When I switch to FORM authentication using:

<login-config>
  |     <auth-method>FORM</auth-method>
  |     <realm-name>mySecurityDomain</realm-name>
  |     <form-login-config>
  |         <form-login-page>/login.jsp</form-login-page>
  |         <form-error-page>/authorization-error.jsp</form-error-page>
  |     </form-login-config>
  | </login-config>
 
The principal is not propagated to the EJB layer. The authorization is 
performed correctly, but when invoking a method on an EJB a security exception 
is thrown.

Any help is greatly appreciated.

-Maarten Winkels

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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to