I am working on user authentication. I would like to integrate MH with some custom authentication services.
My first impression on MH was, that since it is using spring security, I only need to know spring security, and it's connection to MH - and I will need to configure Spring Security to user appropriate auth. service. Is it correct? Can I move all the current users (admin,matterhorn_system_account,student1, student2, into mh_default_org.xml)?" But on second thought, if this would be truth, probably all sample users and passwords supposed to be stored in mh_default_org.xml, right ? And since I am not yet expert on Spring Security and Felix, how Matterhorn is integrated with Spring Security. I know, that current basic users are stored in "InMemoryUsersAndRoles.java", and "info/me.json" is asking UserDetails implementations - and those are somehow linked with SpringSecurity. What I do not know is: 1. how InMemoryUsersAndRoles (as user and role provider) is binded to UserAndRoleDirectoryService (some OSGI/xml probably) 2. How is UserAndRoleDirectoryService connected to SprintSecurity, (where I can find it in mh_default_org.xml ) 3. If I will deliver a bundle that is similar to InMemoryUsersAndRoles - will I be able to bind it to UserAndRoleDirectoryService as users and roles provider? 4. are matterhorn-userdirectory-jpa and matterhorn-userdirectory-ldap doing this already? Any help will be appriciated, and thanks! -Pawel _______________________________________________ Matterhorn mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email [email protected] _______________________________________________
