Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

What is difference between SCIM Client and SCIM Provider in real time scenario?

Mrunal Deshmukh
Tera Contributor

I want to access user and group from Azure AD into Servicenow, So what should I use SCIM Client or SCIM provider in Servicenow? And How can I achieve this development?

5 REPLIES 5

SK Chand Basha
Kilo Patron

SCIM Client:

  • A SCIM client is typically an application or service that needs to interact with an identity management system to perform operations related to user provisioning, de-provisioning, and management.
  • It sends requests to a SCIM provider to create, read, update, or delete user accounts and their attributes.
  • Example scenario include a cloud-based application that needs to provision user accounts based on actions taken by administrators in an identity provider system or an HR system that needs to synchronize employee data with other applications.

SCIM Provider:

  • A SCIM provider is the service responsible for managing identities and exposing SCIM endpoints for clients to interact with.
  • It implements the SCIM protocol and handles incoming requests from SCIM clients.
  • The provider is responsible for interpreting requests from clients, executing operations such as user creation or updating attributes, and providing responses back to the clients.
  • Example scenarios include identity management platforms, directory services, or user management systems that expose SCIM endpoints for integration with other applications.
  • Development:-
  • Azure AD Configuration:

    • First, you need to configure Azure AD to expose SCIM endpoints and enable provisioning.
  • ServiceNow Configuration:

  • Scheduled Synchronization:
  • Testing

I hope it's Useful mark Helpful!!