Custom permissions in custom action groups

The default permissions in the primary action group are available to all applications. If a custom action group uses these default permissions, the associated actions must closely match that of the actual operation that is done by an action in the primary action group.

For example, the read permission (action bit r) must be used only by an action that requires read-only access to a protected object.

The authorization service does not know or care about the action. A custom action group can reuse an action bit from the primary action group to create an action in a custom action group for an unrelated operation. However, this situation might cause difficulty for a domain administrator who must be able to distinguish between two dissimilar uses of the same action bit.

A custom action group might use an action that is not appropriately represented by a default permission. A domain administrator can define a new action bit for a permission that can be used and be recognized by the authorization service. See Manage action groups.

Parent topic: Action groups and actions