0 Replies Latest reply on Dec 19, 2005 10:08 AM by epotvin

    role mapping

    epotvin

      I have a role in my web application called GARE_USER. In my web.xml file it looks like this :

       <security-role>
       <role-name>GARE_USER</role-name>
       </security-role>
      


      I authenticate my application with an ldap login module, but I don't have a GARE_USER group on my ldap server but an equivallent called AUTHENTICATED_USER. With OC4J (oracle), I can map my application role with the server role in the orion-application.xml file.

      Can I do the same with jboss? And how?

      Emmanuel Potvin