I am developing a system for my college CBT. I am creating the authentication part of users. I wonder if anyone has a simple example of setting up Spring Security for users who have more than one permission, that is, a user who can access more than one application's role. Example, user accessing both the financial and HR, without having to create a new login for the user. My DB has the user and role table (which holds the permissions). I think I made myself clear in my question, I just want a simple example or a hint of how to do it and if I should create more than one configure method.
Thanks!