idPer
IdPer is a conceptual framework for mapping digital identities to a set of permissions within computer systems. It aims to provide fine-grained access control by associating identity attributes with resources and actions.
In IdPer, access decisions are made by evaluating policies against the identity's attributes and the context
IdPer draws on and generalizes established models such as RBAC and ABAC, enabling role-based, attribute-based, or
Implementation considerations include data privacy, attribute provenance, scalability, and auditability. A typical lifecycle includes definition of
History and usage: Conceptually introduced in security literature and in some vendor references as a framework
See also: identity provider, attribute-based access control, role-based access control, policy-based access control, IAM.