Managing Policies
Last updated
Last updated
SanteDB uses a policy based access control scheme (see: ), each SanteDB policy is used to either:
Restrict a user's ability to perform an action (an action policy), or
Restrict a user's ability to see data (a data policy).
The Policies
screen on the Administration panel provides administrators the ability to define custom policies for their SanteDB deployment.
Most plugins and solutions will seed data and action policies into the iCDR when installed. This ensures consistent identification between iCDR instances.
The policy list shows view of the configured system policies in a particular iCDR instance. The policy list provides basic functionality for managing policies including:
Creating security and privacy new policies in the iCDR instance
Deleting non-system policies (system policies cannot be deleted)
Viewing policies
Administrators can create new security and privacy policies in SanteDB by using the Create
button.
UUID | The unique identifier for the policy. |
OID | The object identifier for the policy. These must be unique and are inheritable. For example policy |
Name | A short, descriptive name for the policy. |
C# Handler | If the policy uses custom enforcement logic, this is the logic which is called when the policy is violated or grant is denied. (implements |
Allow Override | When enabled, indicates that when the policy is decided as DENY, the result should be an ELEVATE, allowing users with appropriate elevation permission to re-authenticate themselves and override the policy decision (break the glass) |