miniorange / scim-laravel
Laravel SCIM Solution allows you to perform real-time user provisioning/sync from your Identity Provider to Service Provider.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: ^5.1 || ^7.1 || ^8.0
- laravel/framework: >=5.2
README
SCIM, which stands for System for Cross-domain Identification Management, is an open standard that facilitates in the automation of the user identity lifecycle management process. SCIM Provisioning facilitates the communication of cloud-based applications by formalising the integration of Identity Providers (e.g., Directories) as well as Service Providers (i.e. SaaS apps you need to access). When SCIM Provisioning is enabled, 'Create,' 'Update,' and 'Delete' operations performed in the IDP (where user data is stored) are automatically synchronised with the SPs (SaaS apps like Salesforce, AWS, Zoom, and others). This increases user data security while also simplifying the user lifecycle management process.
Laravel SCIM
The package is for SCIM Provisioning / Laravel SCIM Automated User Provisioning / Laravel User Sync. It allows you to configure real-time Laravel SCIM user provisioning and enable automated Laravel user sync from IDPs like Azure AD, Okta, GSuite/Google Apps / Google Workspace, Keycloak, Centrify, One Login, PingOne, Jumpcloud, miniOrange, etc. Our Laravel SCIM package helps you to automate user creation, update and delete user information from the IDP (Identity Provider) in real-time to your Laravel site.
Requirements
- Laravel - 5.0+
- PHP - ^5.1 || ^7.1 || ^8.0
Installation - Composer
- Install the package via composer in your Laravel app's main directory.
composer require miniorange/scim-laravel
-
After successful installation of package, go to your Laravel app in the browser and enter
{laravel-application-domain}/mo_scim_admin
-
The package will start setting up your database for you and then redirect you to the admin registration page where you can register or login with miniOrange and setup SCIM Provisioning.
Configuring the package
-
Copy the SCIM Base URL and SCIM Bearer Token from and paste it in your IdP.
-
In the name field, select the SCIM Attribute from the dropdown the SCIM attribute you want to map with name column of your laravel user table.
-
Click on Save button.
Perform SCIM Operations
Once you have configured your IdP with the plugin, you will be able to perform the following operations:
- Create Users: The users will automatically be created on your Laravel site when created on your IdP.
- Update Users: The users will automatically be updated on your Laravel site when updated on your IdP.
- Delete/De-provision: The users will automatically be deleted from your Laravel site users list when deleted from your IdP.
Features
The features provided in the free and premium are listed here.
Feature Description
-
Real-time Provisioning
Automatically Provision newly created or updated Users in your Identity Provider into Laravel Application in Real Time.
-
Delete/Deprovision Users
Automatic User Deprovisioning feature enables deactivation /deletion of user accounts on your Laravel site when user is deleted / unassigned / removed from your IdP.
-
Attribute/Group Mapping
Map and update Laravel user attributes/groups automatically from your IdP.
Contact Us
For more details you can visit our website or contact us at laravelsupport@xecurify.com.