资 源 简 介
This Apache module provides a mechanism for Just-In-Time (JIT) provisioning of users. The module can be used in combination with Apache reverse proxy and a web single sign-on system like e.g. Shibboleth to handle authorization and provisioning for web based applications that do not support federated authentication methodology, but do have alternative for this, like for example a SOAP or REST based API.
It is assumed that an authentication system like e.g. Shibboleth (SP) handles authentication at the Apache level and sufficient attributes are provided to be able to provision the application sufficiently.
After successful authentication, the module hands over the provisioning to a configurable script. The scripts that handle provisioning can be in any programming language required.
After successful provisioning, the user is redirected to the actual application.
See GeneralSetup for an overview.