Skip to content

Features

  • Manages user data including their relations
  • Used entities are hierarchically structured and therefore are stored in a graph.
    like:
    • Users are stored in groups
    • Organizations can contain other organizations
    • Users or groups can be assigned to Functions or Roles
    • Functions limit access of their containing role by an additional organization
    • All kind of Assignments can be triggered in the future for an user
    • Volatile Data can be stored in a database and can be used as a container without persisted in the eventstore
  • Can store the incoming requests in various ways due to its "data projections"
  • Contains entity models for roles and functions that can be used as source of a RBAC system or OPA