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

SCIM service providers in WSO2 Identity Server

For which purposes wso2 identity server has SCIM service providers configuration page (https://docs.wso2.com/display/IS450/Registering+SCIM+Providers)? I cant understand how to use configured service providers. Could you explain me for which…
Pavel Patrin
  • 1,630
  • 1
  • 19
  • 33
0
votes
1 answer

Pingfederate Outbound Provisioning

I am trying to configure outbound provisioning in PingFederate 7.2.0. When I try to get a user from Active Directory using provmgr.bat it fails to do so. Shows the following output in my screen- D:\pingfederate-7.2.0\pingfederate\bin>provmgr.bat -c…
Rana
  • 41
  • 8
0
votes
2 answers

Custom resources within SCIM protocol

Beside of users and groups does SCIM covers CRUD operations for other resources. I guess no ? Mean on custom resources for specific cases. Per instance custom Product resource to be provisioned between two trusted SPs. The only one extensibility…
Rastko
  • 890
  • 1
  • 17
  • 32
0
votes
1 answer

SCIM security considerations

I can't find security details that are covering SCIM protocol. In SCIM documentation there is only in paragraph 4 : Authorization and authentication must be guaranteed for the SCIM operations. When I set REST API (for SCIM) on well known address…
Rastko
  • 890
  • 1
  • 17
  • 32
0
votes
1 answer

Wso2is SCIM support

I'm evaluating wso2is as a SCIM Service Provider. If I try to create a new user with an address I get a 400 error with the message "Request is unparseable, syntactically incorrect, or violates schema". Curl command used is: curl -v -k --user…
Javier Ferrero
  • 8,741
  • 8
  • 45
  • 50
0
votes
1 answer

WSO2 - Where in the source is the link between SCIM interface and IS identity management?

I found Charon (SCIM) in the WSO2 source code and have that working. But that source tree only has a sample server implementation. Where in the WSO2 source tree do I find the implementation that exposes WSO2's underlying identity management?
bwgz57
  • 51
  • 4
0
votes
1 answer

Transferring SCIM identities between systems?

Many talk about how SCIM allows you to transfer identities between systems or service providers. Are there any built in hooks or API-endpoints for allowing SCIM servers to talk directly to other SCIM services? Or are there always a client in…
Tore Nestenius
  • 16,431
  • 5
  • 30
  • 40
0
votes
1 answer

Remove all members from a group in WSO2 IS using SCIM endpoints

I have created one group in WSO2 IS by using SCIM endpoint. Then i updated the group with some members. Now i want to remove all the members from the group, I have used the same update command to do this, But i couldn't remove all the members from…
Jaan
  • 268
  • 1
  • 3
  • 23
0
votes
1 answer

Add complex attirubtes as the sub attribute of another complex attribute of wso2Extension via SCIM endpoints

I want to add a complex attribute as a sub attribute of another complex attribute of wso2Extension via SCIM endpoints. I have successfully added a complex attribute as a sub attribute of wso2Extension to the user profile via SCIM rest…
Jaan
  • 268
  • 1
  • 3
  • 23
0
votes
1 answer

Can't add new user to wso2 default user store once I mapped the SCIM claim to LDAP attributes

I'm working on WSO2 IS SCIM endpoints for user management. Now I could add a new user to LDAP user store by mapping the SCIM claim to the existing attributes of Apache directory. But now I can't add a new user to default user store once I mapped the…
Jaan
  • 268
  • 1
  • 3
  • 23
0
votes
2 answers

How to create a ldap user in wso2 identity server by using scim endpoints?

I have integrated ldap with wso2 IS and i could access ldap users from IS, But now i want to add a new user to ldap user store by using scim endpoints (in a RESTful way).pls help..
Jaan
  • 268
  • 1
  • 3
  • 23
0
votes
1 answer

WSO2 Identity Server - SCIM Filtering

When trying to test the WS02 SCIM Server implementation, we are finding that the filtering implementation is not adhering to the SCIM 1.1 specification. For example, when trying to a filter like the…
-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
-2
votes
1 answer

ASP.NET : application creating user in any Active Directory

I am currently developping an ASP.NET web application in which the client can create, update or delete employee. My application is a saas application used by several clients in the world and I would like to add the following feature. Once connected…
user2443476
  • 1,935
  • 9
  • 37
  • 66
-2
votes
2 answers

SDK for SCIM Implementation

I have developed a REST based webservice to manage user identities on a custom identity store. The API supports basic operations such as create user, update user and view user. I want to make the API SCIM compliant and provide SCIM endpoint URLs for…
Real Chembil
  • 261
  • 2
  • 7
  • 23
1 2 3
19
20