[jboss-user] [JBoss jBPM] - Re: Not able to login as a different user

johnhurtchan do-not-reply at jboss.com
Tue Oct 14 13:52:28 EDT 2008


Thanks danya its working now. I modified the web.xml to look like this...

    <security-role>
        <role-name>admin</role-name>
    </security-role>
    <security-role>
        <role-name>user</role-name>
    </security-role>
    <security-role>
        <role-name>participant</role-name>
    </security-role>
and...
        <auth-constraint>
            <role-name>user</role-name>
            <role-name>participant</role-name>
        </auth-constraint>

I'm not sure how the organizations are under the security-roles in the JBPM_ID_GROUP and JBPM_ID_MEMBERSHIP work with this but it works now.

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

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



More information about the jboss-user mailing list