Personify
  • Introduction
  • Architecture
  • Model
    • Identity vault
    • Provisioning
    • Authentication and authorization
    • Gateway
  • Concepts
    • Entitlements
      • Internal entitlements
      • Custom entitlements
    • Workflows
    • Joiner - Mover - Leaver
    • Self service
    • Entitlement expiration
    • Toxic entitlements
    • (Re)Certification
    • Birth rights
    • Notifications
    • Entitlement prerequisites
    • Connectors
      • File connector
      • Database connector
      • SCIM Connector
      • LDAP connector
      • REST connector
      • Microsoft Graph connector
    • Auditing
    • Authorization
    • Gateway
    • API Based
    • Delegation
  • Usage
    • Get started
    • Configuration
  • Development
    • Customizations
      • PropertyProviders
      • AccountIdGenerators
      • RequestHandlers
      • Connectors
      • Workflows
      • Schedulers
    • REST API
    • JAVA SDK
    • Git
    • Issues
Powered by GitBook
On this page
  1. Concepts

Delegation

Delegation within a identity management system is the concept to delegate certain actions or processes regarding identity management to the users of this system.

One can delegate different topics:

  • identity management

  • role definition and creation

  • approval flow

Delegation is mostly based within a container or an organisation.

Personify supports delegation because:

  • it works with fine grained access on entitylevel (not attribute level) which means the api's are protected and filtered based on policies, so identity creation can be delegated based on organisational properties.

  • Roles are also entities

  • it provides approval flows for the cases where entity level changes need to be requested.

PreviousAPI BasedNextGet started

Last updated 9 months ago