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

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
  • 577
  • 1
  • 5
  • 19
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
  • 501
  • 1
  • 6
  • 26
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
  • 109
  • 17
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
  • 34,335
  • 35
  • 194
  • 277
-1
votes
1 answer

Azure AD SCIM: SystemForCrossDomainIdentityManagementServiceIncompatible

We have enable user provisioning for an Azure AD enterprise application. User provisioning works well however for specific user following error has occurred. Result Failure Description Failed to match an entry in the source and target systems…
Wasim
  • 1
1 2 3
8
9