Questions tagged [scim]

The System for Cross-domain Identity Management (SCIM) specification is designed to make managing user identities in cloud-based applications and services easier.

The 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.

SCIM homepage is http://www.simplecloud.info

300 questions
11
votes
1 answer

Okta SCIM Deprovisioning via PUT method?

Our 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 PUT). The Okta SCIM docs says: Okta also does a PUT if…
Andrii Furmanets
  • 1,081
  • 2
  • 12
  • 29
11
votes
3 answers

SCIM (System for Cross-domain Identity Management) library for C#

The 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 replace the older SPML protocol. Are there any…
rbrayb
  • 46,440
  • 34
  • 114
  • 174
10
votes
2 answers

Does Keycloak Support SCIM?

Has anyone used SCIM with Keycloak? If so, can you point me at documentation? I've google searched and it doesn't appear to be a supported configuration.
Mike Maxey
  • 101
  • 1
  • 1
  • 4
10
votes
0 answers

How do you publish a SCIM 2.0 provisioning app in the G Suite Marketplace?

I'd like to publish an app on the G Suite Marketplace that allows user and group management/provisioning via SCIM 2.0. Where do I need to go to configure that? This article from 2016 made me think it would be possible…
8
votes
1 answer

Configure SCIM user provisioning with GSuite Google Workspace

I would like to provision my SaaS application and Google Workspace (ex GSuite) using SCIM. I do not find any documentation for this. Just a list of pre-configured applications. It seems to be well supported on Microsoft Azure AD and other identity…
poiuytrez
  • 21,330
  • 35
  • 113
  • 172
8
votes
1 answer

How does G Suite detect SCIM support?

I'm trying to setup user provisioning in G Suite for my SCIM-implementing application. According to the documentation, it should be a relatively straightforward task: make sure G Suite knows about /auth and /scim endpoints, and you're done. But the…
raina77ow
  • 103,633
  • 15
  • 192
  • 229
8
votes
2 answers

AzureAD SCIM integration not sending DELETE requests

I 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 Users/[userID], Get Query, and POST /Users working fine.…
Dhanuka777
  • 8,331
  • 7
  • 70
  • 126
6
votes
3 answers

Azure User/Group provisioning with SCIM problem with boolean values

I have written an application compliant to the SCIM standard (https://www.rfc-editor.org/rfc/rfc7644), but integrating with Azure I can see that it fails to update a user if it is disabled, the request that Azure send is the following: PATCH…
A. F.
  • 133
  • 1
  • 8
6
votes
1 answer

Does ADFS server supports scim protocol

Does current Microsoft ADFS 2.0 server (or new ADFS 3.0 RTM ) support SCIM provisioning protocol ? If not which one provisioning protocol is planned SPML maybe ?
Rastko
  • 890
  • 1
  • 17
  • 32
5
votes
2 answers

Azure AD: how to key users when using OIDC and SCIM

I'm in the process of updating an internal app with OIDC and SCIM with the goal of having sign-on and provisioning driven by Azure AD. Looking at the Azure docs for OIDC and SCIM, there seems to be a discrepancy around how to uniquely identify…
Matt R. Wilson
  • 7,268
  • 5
  • 32
  • 48
5
votes
3 answers

PATCH request for SCIM 2.0

We are sending PATCH request to a server in SCIM specification. As per the SCIM specifications, the request should contain following attributes in PATCH request. op path value So if we are changing the 'givenName' attribute from core schema then…
Ravi
  • 124
  • 3
  • 12
4
votes
1 answer

Configuring the Azure AD Databricks SCIM application with Terraform

I am trying to create and configure the Azure Databricks SCIM Provisioning Connector, so I can provision users in my Databricks workspace from AAD. Following these instructions, I can get it to work manually. That is, creating and setting up the…
Xophmeister
  • 8,884
  • 4
  • 44
  • 87
4
votes
2 answers

Okta Snowflake Role creation

I am new to this okta snowflake. I am using scim. After integration, I am trying to create the role in the okta, or at least assign the role to the user from the okta to the snowflake. In the documentation, it is mentioned via push groups. Not sure…
Karikaaalan
  • 149
  • 1
  • 8
4
votes
1 answer

Does it make sense to use OIDC and SCIM together?

I want my application to be able to use an external user pool from my customers Azure AD, instead of them having to maually create every user in my application, when they already have them in Azure AD. Initially, I though of using only OIDC for this…
Axel
  • 71
  • 3
  • 7
4
votes
1 answer

SCIM Deserialization Issue in .NET

As 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 provision users, delete users and modifiy users. I'm…
peteski
  • 1,455
  • 3
  • 18
  • 40
1
2 3
19 20