DB schema for RBAC with multiple levels of roles

前端 未结 2 1625
北恋
北恋 2021-02-06 11:39

I\'m trying to come up with a DB schema for an RBAC, and I want to be able to create \"departments\" and \"positions\". Positions will extend the generic privileges of departme

2条回答
  •  情书的邮戳
    2021-02-06 11:46

    Standards? This is an unanswerable question, as none such things exists. RBAC is always customized on the basis of the requirements.

    You might want to see following resources:

    • http://www.sitepoint.com/forums/php-application-design-147/patterns-tutorial-series-part-1-rbac-domain-model-162027.html
    • http://csrc.nist.gov/rbac/rbac-std-ncits.pdf

    Archived version of above link (https://web.archive.org/web/20110718210859/http://www.sitepoint.com/forums/php-application-design-147/patterns-tutorial-series-part-1-rbac-domain-model-162027.html)

提交回复
热议问题