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. Usage

Get started

PreviousDelegationNextConfiguration

Last updated 2 years ago

homer@thebat:~$ docker run -i -p 9091:9091 personify/personify

Give the application some slack for initializing before browsing to the user interface on

homer@thebat:~$ google-chrome http://localhost:9091

Log in with homer.simpson@springfield.com and password Azerty1234&

There are 4 main user interfaces:

  • vault : the identity vault ui at

  • provisioning : the provisioning engine ui at

  • authentication: security ui at

  • gateway : gateway ui at

http://localhost:9091
http://localhost:9091/ui-vault-admin/
http://localhost:9091/ui-provisioning-admin/
http://localhost:9091/ui-authentication-admin/
http://localhost:9091/ui-gateway-admin/