Hi,
I've asked this question
before, but I was misunderstood. So, let's try again! :)
For some reasons, my users should have their database Logins. The only way I can ensure security in this situation is to grant limited permissions for each login. So when I register a new user in the app, the app should actually create a new database login
and grant certain permissions to it.
Users, roles and permissions are all dynamic and administrators should be able to change them.
I'm not sure what do I need to implement this feature. If there is not any out of the box solution, based on your experience how should I implement it?
Thanks in advance,