Group members are not getting added to the group via scim provisioning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi All,
We have configure the SCIM based provision in servicenow and we can see the group is provisioned in servicenow but members are not getting added , how to check on that any idea.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @puja kumari,
can you please share more details?
I believe it's because the Users are stored in [sys_user], the Groups [sys_user_group] and the group membership in [sys_user_grmember].
Is user provisioning in your organisation working with all three tables? You will eventually need to make the relations between users and groups, e.g. transform map or any other manipulation.
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @puja kumari ,
1. Ensure Group Attribute Mapping Includes members: If group memberships aren't provisioning, it often means the members attribute hasn't been mapped. Check that your Azure AD/Entra ID app configuration includes this mapping, this is critical for member assignments to sync correctly.
2. Verify Provisioning App Supports SCIM Properly: Some apps use legacy SOAP integrations that don’t fully support group members via SCIM. Make sure you’re using a standard (non-gallery) app configured for SCIM compliant provisioning.
3. Check Explicit Assignment of Users/Groups in Azure: SCIM provisioning in Azure typically requires explicit assignment of users or groups to the application. If a group isn't assigned, Azure won’t attempt to sync its members.
SCIM troubleshooting guide:
Navigate to your Enterprise Application → Users & Groups
Confirm that the relevant groups (and users) are assigned
Without this, provisioning will skip those objects
Check these articles:
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/