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/

85 questions
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
  • 27
  • 9
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
  • 27
  • 9
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,312
  • 2
  • 10
  • 40
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
  • 100
  • 3
  • 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,357
  • 10
  • 16
0
votes
1 answer

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,357
  • 10
  • 16
0
votes
1 answer

SCIM 2.0 - How to provision entitlements, and how to link them to groups

I've read RFC7644, and RFC7643, and have a few questions. First: how do I provision entitlements? I see there's a default methodology for provisioning groups and users. That includes a pretty straightforward mechanism for provisioning users'…
TheMonarch
  • 507
  • 5
  • 17
0
votes
1 answer

SCIM endpoint for Azure User Provisioning

I am trying to implement SCIM auto-provisioning. I have an endpoint in Java Spring for HTTP method POST with path /User My site URL is www.SampleScim.com and this endpoint is configured in Azure SCIM provisioning by following the below…
Rasmi
  • 401
  • 1
  • 4
  • 17
0
votes
0 answers

Does UnboundID SCIM SDK 1.8.14 has proxy support?

I am using Unbound SCIM SDK 1.8.14 and trying to connect with proxy server setting but getting timeOut. Whether it support proxy? I have setup my WebLogic container to use http proxy. This is the error that I…
Anand Dhage
  • 69
  • 13
0
votes
1 answer

How to add a cookie value to unboundId scim 2 client sdk?

Can't find a way to set a custom cookie value when invoking UnboundId's SCIM 2 client sdk. I would like to change the example provided here to something like: Client client = ClientBuilder.newClient().setCookie(, ); WebTarget target =…
AlikElzin-kilaka
  • 30,165
  • 25
  • 168
  • 248
1 2 3 4 5
6