The idea is:
I would like to request the implementation of SCIM (System for Cross-domain Identity Management) in n8n.
With SCIM support, user and group lifecycle management (provisioning, updates, and deprovisioning) can be automated from the IdP, greatly improving account management efficiency across the organization.
My use case:
Our company uses n8n across multiple teams. However, due to the lack of SCIM support, user and project access management must be done manually, which increases administrative workload.
This is especially burdensome when handling account deletion or role changes during personnel transfers or employee offboarding.
I think it would be beneficial to add this because:
-
Enables automated user management by integrating with IdPs (Okta, Azure AD, Google Workspace, etc.)
-
Reduces security risks such as lingering inactive accounts
-
Decreases the administrative burden and lowers operational costs
-
Improves adoption in enterprise environments
Any resources to support this?
-
SCIM official specification: https://scim.cloud/
-
Okta SCIM documentation: https://developer.okta.com/docs/concepts/scim/
-
Azure AD SCIM documentation: https://learn.microsoft.com/azure/active-directory/manage-apps/scim-overview
Are you willing to work on this?
Direct implementation may be difficult, but I can help with requirements definition and testing.