Custom LoginModule and Closed User Groups
Hi,
We have the need to store a large number of users in an external system, and restrict areas of our CQ powered site to those users. It looks like the Closed User Group feature is a good fit for this. It also looks like we can create a custom Login Module to authenticate users against the external system.
I'm not clear though how the users would be tied against the closed user group mechanism. It seems that when you define a CUG the ACLs for the tree are updated to restrict access to the group, which is reasonable enough. However, am I right in thinking for the ACL permissions to work the users and groups would need to by synced to the JCR from the external system, similar to how the LDAP LoginModule does ? Or in other words, is it possible to keep all user and group membership details isolated in the external system while using the CUG facility ?
Thanks.