Just In Time User Provisioning

Just-In-Time User Provisioning is a process of creating a new user record upon first successful login. The implementation may follow either one of the main approaches:

  • Just-In-Time with Coarse-Grained User Authorization allows security administrator to immediately begin working on the authorization and access setup, while other (“business”) users might wait until the proper access and authorization is configured for them in the application.

  • Just-In-Time with Fine-Grained User Authorization provides both security administrator and the business user with instant access to the appropriate application functionality.