[rules-users] Guvnor authorization

Stephen Masters stephen.masters at me.com
Fri Oct 4 05:13:22 EDT 2013


You will need to write an Identity Store implementation. The following code is an example of using one for LDAP (Active Directory).

https://gist.github.com/gratiartis/4545962

I wrote that for 5.3. I *think* that means it should be okay for 5.2, but I don't really know.

I don't think that there is support for passing the user roles into Guvnor - the fine-grained roles (read only, admin, etc) in Guvnor need to be defined within Guvnor against user names which match those in your LDAP. i.e. Your LDAP checks will just be identifying whether the username and password are correct and that they have a role with permission to access Guvnor.

Steve


On 4 Oct 2013, at 05:49, san_hegde <santhosh.hegde at hp.com> wrote:

> My requirement is to use the company LDAP for security and for authorization
> to use the database table where we maintain the User Roles.  Also we are
> using weblogic application server and Guvnor 5.2.
> 
> 
> 
> --
> View this message in context: http://drools.46999.n3.nabble.com/Guvnor-authorization-tp4026252.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20131004/cddd96e2/attachment.html 


More information about the rules-users mailing list