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
1 answer

Wso2 Scim Shema UI

So reading up on the docs about Scim Api I see that it shows some UI that i can seem to be able to access from somewhere. How do access this UI or how do i enable it if i have to?
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
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
2 answers

Create user via scim in WorkPlace

I've got a problem to create an user in WorkPlace via scim and javascript. Here is my code : var url2 = "https://www.facebook.com/company/xxxxxxxxxxx/scim/Users/"; var options2 = { 'method' : 'POST', 'headers': headers, 'Accept':…
jp astier
  • 39
  • 1
  • 6
0
votes
1 answer

How to test SCIM service with OKTA

Is there any documentation on how to test SCIM service integration in OKTA developer account? I am new to using OKTA. Need to test my SCIM service with OKTA.
Dhanuka777
  • 8,331
  • 7
  • 70
  • 126
0
votes
1 answer

OKTA SCIM tests - “Required Test: Create Okta user with realisitic values” does not have a Content-Type

I downloaded OKTA default test suite from, http://developer.okta.com/standards/SCIM/SCIMFiles/Okta-SCIM-20-SPEC-Test.json. I uploaded this to Runscope and tried to execute tests (I am referring to line number 782 in this json file.) I noticed that…
Dhanuka777
  • 8,331
  • 7
  • 70
  • 126
0
votes
1 answer

How to include additional attributes in the SCIM responses using WSO2 charon?

I'm using WSO2 5.1. The SCIM GET requests to retrieve users return responses that contain only a small number of attributes. How do I make it return additional attributes? The documentation for the GET user request on WSO2's SCIM API page says "The…
Zoomzoom
  • 1,042
  • 2
  • 13
  • 32
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

MessageBodyReader not found for media type=text/plain

Using PING Federate 8.x UnboundID SCIM 2 Client SDK When trying to retreive results I am receving the error: com.unboundid.scim2.client.ScimServiceException: MessageBodyReader not found for media type=text/plain, type=class…
jwilleke
  • 10,467
  • 1
  • 30
  • 51
0
votes
1 answer

wso2is-5.2.0 SCIM create request returns status 200

I working with WSO2is-5.2.0 SCIM interface, and encountered some strange problems. this is a mobile application project, we decide to use WSO2 IS as Identity management. customer signup is to done through SCIM interface of WSO2 IS. at the mobile…
George Wang
  • 765
  • 2
  • 13
  • 28
0
votes
1 answer

Internal provisioning error if Content-Type is not JSON

I'm trying to integrate my existing SCIM 2.0 API with Onelogin, but during my first test I got an Internal Provisioning Error, according to my logs, only one request was made. The one for checking the existence of the user(GET /Users?filter=userName…
0
votes
1 answer

SCIM 1. 1 - Change password using SCIM 1.1

Is their any attribute available with SCIM 1.1 by using that we can set password in admin change mode or self change mode. Use case 1 - if i am trying to change users password at that time when user is going to login to managed system then managed…
Anand Dhage
  • 109
  • 17
0
votes
1 answer

Unmatched users filter does not show application-only users in OneLogin

I have a SCIM application with some users who are not in OneLogin. When I go to Users tab and select "Unmatched Users" (to import them) I should see the users who are only in my application but I can't see any. OneLogin makes a request to our…
0
votes
1 answer

Access SCIM API - Keyrock Fiware

I am using a fiware-idm image in a docker container (https://hub.docker.com/r/fiware/idm/) and I'm trying access the SCIM API. There is user "idm" (default user), he's provider and has all permissions. But when I try get all users: private String…