SCIM
Overview
The SCIM module facilitates integration with your IdP to create (pre-provision) selected users in your application as soon as they are created in the IdP and deactivate them when removed from your IdP.
SCIM is an abbreviation for System for Cross-domain Identity Management, a protocol that is supported by most major IdP technologies, such as Entra ID, Okta, Auth0.
The SCIM module allows you to integrate your app with the Joiner, Mover, Leaver (JML) process in your organization. Based on the information in your IdP (e.g. user groups), the SCIM module automatically creates and deactivates users in your app. Additionally, it enables the assignment of tasks to users before their first login to the app.
Before you include the SCIM module in your app, you need to check if your IdP supports SCIM. If you want to integrate with an on-premises AD or similar, you may need to use LDAP module instead.
Documentation
Please see SCIM in the Mendix documentation for details.