Multitenant shared user account?

Posted by jpartogi on Stack Overflow See other posts from Stack Overflow or by jpartogi
Published on 2010-05-20T08:55:19Z Indexed on 2010/05/20 9:00 UTC
Read the original article Hit count: 269

Filed under:
|
|

Dear all,

Based on your experience, which is the route to go for a multi-tenant user login?

  1. One user login per account. Which means if there is one user that has access to multiple account, there will be redundancy of record in the database

  2. One user login for all account that she has privileges to. Which means one user record has access to multiple account if she has privileges to that account.

From your experience, which one is better and why? I was thinking to choose the latter, but I don't know whether it will cause security issue or less flexibility.

Thank you for sharing your experience.

© Stack Overflow or respective owner

Related posts about multi-tenant

Related posts about ruby-on-rails