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
0
votes
2 answers

Internal Provisioning error during existing user provisioning

We're developing a SCIM API and during the integration testing between OneLogin and our application we always run into an error which can be reproduced with the following steps: Create a user in your application with xy@email.com (SCIM…
0
votes
1 answer

WSO2 IS: SCIM API fetch only users from PRIMARY store

I have created secondary user store with postgres database and import tables by running script PRODUCT_HOME/dbscripts/postgresql.sql. In Advance settings for newly created user store I have checked Enable SCIM. UserStore is working fine, but when i…
zarej
  • 913
  • 1
  • 11
  • 23
0
votes
1 answer

WSO2 Outbound SCIM provisioning: How to re-sync external identity providers after restart

Within the context of WSO2 outbound SCIM provisioning, suppose that the participating external IDP was shutdown for several hours and missed WSO2's outbound provisioning messages. In this scenario, does WSO2 provide a way for the external IDP to…
0
votes
1 answer

WSO2 IS SCIM user schema extension. How to define and map multi-valued attributes

We are using WSO2 IS 5.1 and I'd like to define multi-valued…
Tadeus Garsva
  • 189
  • 11
0
votes
1 answer

SCIM and ASP.NET Membership Provider

I am exposing an application with RESTful APIs, and one interest I want to pursue is standards alignment. So therefore I am interested in SCIM for user identity functions. What confuses me is: SCIM give me an interface to manage user accounts, but…
0
votes
1 answer

WSO IS How to add a group to members of a group by SCIM API

We are working with WSO2 IS 5.1 with LDAP (embedded, in this time) as user store. We would like to represent our organizational structure by group objects in LDAP (member attributes). In SCIM API I add a user to group members properly, but when I…
Tadeus Garsva
  • 189
  • 11
0
votes
1 answer

SCIM 2.0 minimal requirement

We are currently implementing a SCIM 2.0 based on the rfc7643; our current user database doesn't contains any group, either group management obviously. We would like to know what is mandatory in order to be compliant with the industry . Can we…
vaneri2007
  • 34
  • 2
0
votes
2 answers

Is it possible to update/delete User by externalId

We are trying to develop a SCIM enabled Provisioning system for provisioning data from an Enterprise Cloud Subscriber(ECS) to Salesforce(Cloud Service Provider-CSP). We are following SCIM 1.1 standard. What are we able to do: We are able to perform…
Developer
  • 309
  • 5
  • 8
  • 19
0
votes
2 answers

WSO2 Identity Server SCIM Authorization issue

Having WSO2 IS 5.0.0.SP1 backed by PostgreSQL there is another application reading user information using the SCIM service (filter=userNameEq...) All works but after certain time the service returns "User is not authorized.." response with a single…
gusto2
  • 11,210
  • 2
  • 17
  • 36
0
votes
2 answers

return user photo url via SCIM in UnboundID

In the SCIM core schema there is a simple multivalued attribute "photos" defined to hold the urls of a user's photos. In the UnboundID Data Store config directory the scim-resources.xml file has the following commented out under the User…
GBC
  • 35
  • 6
0
votes
3 answers

WSO2is: Get an exception custom message using SCIM command

I'm writing a simple custom user store manager for wso2is. this is the code: public class CustomJDBCUserStoreManager extends JDBCUserStoreManager { private static Log log = LogFactory.getLog(CustomJDBCUserStoreManager.class); public…
LukeT
  • 83
  • 1
  • 9
0
votes
1 answer

Okta "On - Premises" SCIM Provisioning to Cloud Service from OAN App-to-Be

I am developing an integration between our Cloud Service and Okta's IdP. This will become an official OAN app that end-users can install themselves via the Okta interface. During the development phase of the project, we are using an Okta Developer…
Will
  • 24,082
  • 14
  • 97
  • 108
0
votes
1 answer

Deleting a member of a multi valued user attribute using scim PATCH

I have a user store where user have multi valued attributes like email. So the user will have attribute called emails which may have 0 to many emails on it. "emails" : ["1@xx.x", "2@xx.x",........] Let's say I need to delete "1@xx.x" email address…
Chamila Wijayarathna
  • 1,815
  • 5
  • 30
  • 54
0
votes
1 answer

Output for SCIM User PUT method when updating a composite attribute

I have a user in mu user store with following attributes. { "id": "bfae138c-9f57-4ff1-ab63-599f2034371f", "schemas":[ "urn:scim:schemas:core:1.0" ], "name":{ "formatted": "Ms. Barbara J Jensen III", "familyName": "Jensen", …
Chamila Wijayarathna
  • 1,815
  • 5
  • 30
  • 54
0
votes
1 answer

How to manage my own users using SCIM in WSO2 Identity Server

As described in https://docs.wso2.com/display/IS500/WSO2+Identity+Server+as+a+SCIM+Service+Provider I can create new users through SCIM in a RESTful way. This is no problem in those cases where I create regular users using an existing admin user.…
cootje
  • 449
  • 1
  • 5
  • 11
1 2 3
19
20