0 Replies Latest reply on Nov 29, 2013 9:48 AM by glkishore

    mapping special subjects - all authentication user - security role mapping

    glkishore

      Hi,

      I am new to jboss and trying to find ways to port application from websphere to jboss.


      I have few application with security roles defined. I was able to get some of the apps working where application security role is mapped to specific ldap groups. Thanks to all the people posting nice articles.


      My roleMap properties for the application defined as below


      USER_LDAP_GROUP=APPLICATION_SECURITY_ROLE

      ex:

      IT_GROUP=VIEW_ROLE


      For some application, application security role is mapped to special subjects like 'all authenticated users'. Its more like authetication only. I tried to put as


      AllAuthenticatedUsers=VIEW_ROLE.


      Its not working, So wondering if there is any specif way to define the role mappings for 'all authenticated users'.


      Login modules seems to trying to find the user group 'AllAuthenticatedUsers' in the LDAP.


      We are usign RACF.There is no out-of-the box login module, so we created a custom login module.


      Thanks

      Lakshmi