Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks @asela, Me requirement is like this. I need to sign up and authenticate ldap user through API, for esb service I need to get oauth token after authentication. So Apis for createuser, login is helpful, your document about SCIM is helpful, is it support for an ldap user?
      singulars
    2. COYes.. Identity server can be plugged with any user store. It can be a LDAP, AD and JDBC... If you are plugging a your own LDAP server, Please use user-mgt.xml file to configure it... By default Identity Server is shipped with a embedded LDAP (which is ApacheDS). Basically when WSOIS is started, LDAP server is started internally. You can use SCIM for creating users (and do user-mgt function with LDAP). If you are looking for OAuth. WSO2IS can act as OAuth 2.0 Server. You can use resource owner grant type to authenticate user and receive an OAuth access token http://tinyurl.com/lu3bkkb
      singulars
    3. COThanks @asela, I have succeed authentication with SCIM and got token back even for ldap user. But user creation not succeding for ldap , this is the curl command I'm give , may I need to give any parameter to specify domain name ? curl -v -k --user admin:admin --data "{"schemas":[],"name":{"familyName":"abcd","givenName":"XYZA"},"userName":"user1","password":"testpass","emails":[{"primary":true,"value":"abc.com","type":"home"},{"value":"abc_work.com","type":"work"}]}" --header "Content-Type:application/json" https://localhost:9443/wso2/scim/Users
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload