Hi All,
we did a custom login module, setting our class in jaas.config as follow:

[code]
magnolia {
        // info.magnolia.jaas.sp.jcr.JCRAuthenticationModule requisite;
        com.mycompany.authentication.PublicAuthenticationModule requisite;

        // retrieve users ACLs
        info.magnolia.jaas.sp.jcr.JCRAuthorizationModule required;
};
[/code]

The class we did gets the user groups from a web service, from my customer 
legacy SSO service.

After that we create groups and roles to handle legacy names.

Everything is ok, I can create pages, edit configuration, but I can't edit 
roles configuration using the users having superuser roles.

Is there something working on the "superuser" user only? How can I get over 
with this?

Thanks a lot, Davide.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=9911f189-5072-4d1e-844f-15eacef07b64


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to