We integrate a quality management system with DMX. The security/access control in the quality management system is role and context based, ie each user is assigned one or more roles (like DNN roles) in one or more contexts (contexts are organisational units).
We would like to apply the same access control in DMX.
One possible solution would be to apply the DNN "Role Group". One "Role Group" for roles and one "Role Group" for Context. Each user would then be assigned one or more roles and one or more contexts like in our quality management system. Folder/document access rights would be based on these DNN roles. A user's access to a folder/document would be based on the logical test that the user is member of all the "Role Groups" that are defined for the actual folder/document.
Is it possible to implement such a solution in DMX. If so, do you have any suggestions on how to implement?