Questions tagged [scim2]

The SCIM 2.0 specifications designed to make managing user identities in cloud-based applications and services easier.

The specification suite seeks to build upon experience with existing schemas and deployments, placing specific emphasis on simplicity of development and integration, while applying existing authentication, authorization, and privacy models. Its intent is to reduce the cost and complexity of user management operations by providing a common user schema and extension model, as well as binding documents to provide patterns for exchanging this schema using standard protocols. In essence: make it fast, cheap, and easy to move users in to, out of, and around the cloud.

SCIM 2.0 is released as RFC7642, RFC7643 and RFC7644 under IETF in September 2015.

SCIM Homepage http://www.simplecloud.info/

126 questions
0
votes
1 answer

WSO2 SCIM 2.0 query filter - multi-value search is not supported. e.g. filter=emails.value co richard01

when I follow the WSO2 SCIM 2.0 REST Endpoint(https://docs.wso2.com/display/IS560/apidocs/SCIM2-endpoints/index.html#!/operations#UsersEndpoint#getUser) to search user by some multi-value attribute(e.g. emails). The WSO2 identity server(v5.7.0)…
Youfa Mao
  • 149
  • 1
  • 9
0
votes
1 answer

SCIM 2.0 filter expression - cannot use 'or' expression

when I follow the WSO2 SCIM 2.0 REST Endpoint(https://docs.wso2.com/display/IS560/apidocs/SCIM2-endpoints/index.html#!/operations#UsersEndpoint#getUser) to get multiple users by list of user names, the wso2 identity server(version:5.7.0) returns "or…
Youfa Mao
  • 149
  • 1
  • 9
0
votes
1 answer

WSO2 Identity Server SCIM 2 User deletion

i'm getting strange behaviours with user deletion in wso2 IS 5.7. I have deployed a tenant A with a secondary LDAP user store while primary user store is on Postgres. So I have 2 domain for new users: Domain A (primary user store) Domain B (LDAP…
Ma io
  • 75
  • 8
0
votes
1 answer

Managing SaaS Users & Groups via Azure AD SCIM

Using Azure AD Premium, Enterprise App & SCIM 2.0 Provisioning Scope - Only assigned Users & Groups I'm trying to work through the use case below: SCIM provisioning of users that are assigned to a given AD Group When a user is added it…
DJ.
  • 654
  • 4
  • 6
0
votes
1 answer

Azure Ad fails to update users using Patch on microsoft.systemForCrossDomainIdentityManagement nuget package

We have created a SCIM integration using microsoft.systemForCrossDomainIdentityManagement nuget package which has been described in here:…
Ashkan S
  • 10,464
  • 6
  • 51
  • 80
0
votes
1 answer

Put requests from onelogin

We are writing a SCIM provider for an application and it works fine with Azure AD. The code has been implemented using Microsoft.SystemForCrossDomainIdentityManagement. We are trying to support oneLogin and the create works fine, but when tested…
Ashkan S
  • 10,464
  • 6
  • 51
  • 80
0
votes
1 answer

com.fasterxml.jackson.databind.exc.MismatchedInputException: Missing required creator property 'status' (index 0)

I am very new with SCIM. I've tried to use SCIM 2.0 for WSO2 identity server to create new user in my project. Below is my code public void callSCIM() throws URISyntaxException, ScimException { final String bearerToken = "Basic ..basic…
0
votes
1 answer

How to identify IDP entity in OpenLogin SCIM Provisioning

In any B2B Web application users has to be provisioned against an entity. For example, Acme company users shall be provisioned for Acme entity only. I am trying to test my user provisioning APIs with OneLogin "SCIM Provisioner with SAML"…
Samba
  • 607
  • 4
  • 19
0
votes
1 answer

WSO2 Identity Server - How to Reset Password for OTP

I'm trying to generate an OTP (One Time Password) with force 'adminForcedPasswordReset' to true using Curl command is : curl -v -k --user admin:admin -X PATCH -d …
Mirlo24X
  • 37
  • 1
  • 8
0
votes
1 answer

Questions about wso2is version 5.4 and scim2 groups

I am using wso2is in version 5.4 with ldap readonly user store. I have scim2 enabled and I am able to list users via the /scim2/Users Interface as expected. When I try to list the groups by calling the /scim2/groups Interface, only 2 groups are…
csbrogi
  • 424
  • 3
  • 14
0
votes
1 answer

Is it possible to wso2is scim interface by using oauth clientid and client secret

I am using wso2is 5.4 and want to access the scim2 rest API. I am able to do so by using basic authorization and bearer token, but I would prefer to do it by using client id and client secret. Is there a way to do this? Thanks Clemens
csbrogi
  • 424
  • 3
  • 14
0
votes
1 answer

Which identity properties are required to be SCIM compliant?

Maybe I didn't really get the concept but basicly if you say you're compatible with SCIM then there must be certain expectations of properties that belong to identities am I right? For an example if you take a look at the example createUser request…
ThatBrianDude
  • 2,952
  • 3
  • 16
  • 42
0
votes
1 answer

Wso2 Scim 2.0 Connector Authentication Attribute

While I am trying to authenticate so that I can use Wso2 either through the panel or through API call I get this error: ERROR {org.wso2.carbon.core.services.authentication.AuthenticationAdmin} - System error while Authenticating/Authorizing User :…
nickGR
  • 110
  • 4
  • 11
0
votes
1 answer

Unable to get request from onelogin app to my SCIM server

I am trying to build onelogin SCIM Provisioner with SAML (Core Schema) app for my scim server. I have done all configurations related to it, but still I am not able to get any request to my server. My base url is mydomain.org/scim/v2 which handles…
Umang Mehta
  • 1,467
  • 11
  • 16
0
votes
2 answers

OKTA SCIM2 provisioning, custom attributes not found in request

How to configure an OKTA SCIM2.0 application so that it can send custom attributes(like city, state, zip) and also groups in which the user is assigned to, with POST/PATCH/PUT requests Current request obj received from okta is as below: POST…
Umang Mehta
  • 1,467
  • 11
  • 16
1 2 3
8
9