Provisioning Models Offered
For Any Questions Email: identity-management@calpoly.edu
Full Provisioning
- We implement the logic to determine which accounts should be added, changed, deleted, and provide tasks to the application for each necessary of action (add, change, delete).
Application Requirements:
- Logic to process the add, change, delete tasks
- Logic to load actual account info into provisioning database on a reoccurring basis.
Full Provisioning Plus
- Same as full provisioning plus additional data elements included for reporting purposes only.
Application Requirements:
- Logic to process the add, change, delete tasks
- Logic to load actual account info into provisioning database on a reoccurring basis.
- Logic to merge data from different views for reporting purposes as needed.
Snapshot Provisioning
- We create a view in the data warehouse containing all the people who should have accounts. View is refreshed daily.
Application Requirements:
- Logic to determine which accounts need to be added, changed or deleted.
- Logic to process the add, change, delete tasks
Feedback Provisioning
- The application loads the list of users who have accounts into provisioning database, and we create a view that indicates those people who were on the list who should not be. View is refreshed daily.
Application Requirements:
- Logic to load actual account info into provisioning database on a reoccurring basis
- Process to delete or deactivate users (this could be a manual process).