Dev Overview of SCIM
The System for Cross-domain Identity Management (SCIM) aims to simplify user provisioning and management in the cloud by defining two standards:
A canonical user schema
A RESTful API for all necessary user management operations
OneLogin currently supports SCIM 1.1 and SCIM 2.0.
Why Adopt SCIM for My App?
You don’t need to reinvent the wheel by creating your own user provisioning and management schema and APIs—just leverage the standards defined by SCIM.
Also, enabling SCIM for your app increases its potential user base by making it easy for enterprise admins to provision their users to it.
Here’s a high-level view of the journey your app takes in OneLogin from development through to being provisioned to users’ OneLogin Portals:

Have a Question?
Have a how-to question? Seeing a weird error? Ask us about it on StackOverflow.
Found a bug? Submit a support ticket.
Have a product idea or request? Share it with us in our Ideas Portal.
StackOverflow discussions about "scim"
-
Q: Okta SCIM Deprovisioning via PUT method?
Asked Apr 11 2017Our backend server doesn't support HTTP PATCH method (only PUT). As the result we cannot properly Unassign User from SCIM app.When I try Unassign User, Okta SCIM seems make PATCH request (not...
-
Q: SCIM (System for Cross-domain Identity Management) library for C#
Asked May 05 2013The SCIM standard was created to simplify user management in the cloud by defining a schema for representing users and groups and a REST API for all the necessary CRUD operations.It is intended to...
-
Q: AzureAD SCIM integration not sending DELETE requests
Asked Mar 14 2017I implemented SCIM API and integrated with Azure.When I delete a user in AzureAD it does not send DELETE requests. I tried deleting from the application as well as from the directory.Get...
-
Q: slack scim api - using the FILTER parameter
Asked Mar 15 2016I'm trying to use the filter parameter in a RESTful GET request, via this Slack API:https://api.slack.com/scimThe Docs read:GET /Users -Returns a list of Users in a paginated fashion. Use...
-
Q: SCIM Deserialization Issue in .NET
Asked Dec 03 2015As a newcomer to the SCIM (System for Cross-domain Identity Management) standard, please excuse any ignorance as I'm on the learning curve trying to figure out how to make clean/simple requests to...
Loading...