Azure SCIM Server

Azure SCIM Server (ODC)

Stable version 0.1.2 (Compatible with ODC)
Uploaded on 16 May (14 days ago) by Community Labs
Azure SCIM Server

Azure SCIM Server (ODC)

Details
Detailed Description

Easily connect Azure AD (Microsoft Entra) to OutSystems ODC using SCIM 2.0. This component handles automatic user provisioning — including create, update, and deactivate — through /Users and follows Azure’s SCIM protocol, including proper PATCH handling and support for the active flag.

It takes care of authentication using a static bearer token and manages ODC API access tokens behind the scenes. Tokens are stored in a local entity with auto-refresh logic, so it doesn’t keep hitting the Token API unnecessarily. Synced users are stored in UserExtension, making it easy to check or update users without re-calling the Identity API.


This fills the current gap where ODC doesn’t have built-in SCIM support. If you want to manage users in Azure AD and push them into ODC automatically — this gets you there.

Group sync isn’t supported yet, but it’s on the roadmap.

Limitations
  • This version only supports the /Users endpoint. Group provisioning (/Groups) is not included because my Azure account (free tier) doesn’t support it yet — but it’s on the roadmap.

  • Only core SCIM functionality is implemented. Extensions like /Schemas, /Me, and bulk operations are not part of this release.