简体   繁体   中英

WSO2 identity server 6.0.0 SOAP APIs Replacement

Describe the issue: As part of WSO2 identity server 6.0.0, SOAP APIs are Deprecated and Recommended to use REST-based APIs. We are using RemoteUserStoreManagerService.wsdl and UserIdentityManagementAdminService.wsdl SOAP APIs in our project, want to replace the SOAP APIs with recommended REST APIs. Can you help us to find the list of REST APIs to replace RemoteUserStoreManagerService.wsdl and UserIdentityManagementAdminService.wsdl SOAP APIs. The APIs document is not clear.

Am referring the below document from wso2 https://is.docs.wso2.com/en/latest/references/about-this-release/#removed-features https://is.docs.wso2.com/en/latest/apis/overview/

Expected behavior: Can you help us to find the list of REST APIs to replace RemoteUserStoreManagerService.wsdl and UserIdentityManagementAdminService.wsdl SOAP APIs.

Both RemoteUserStoreManagerService.wsdl and UserIdentityManagementAdminService.wsdl has user management operations. So you should be able to find all REST APIs matching to your SOAP APIs under the user Management section of https://is.docs.wso2.com/en/latest/apis/overview/

RemoteUserStoreManagerService.wsdl service:

UserIdentityManagementAdminService.wsdl service:

  • For user's identity claim management, you can use SCIM 2.0 /Users API. You have to change the payload with the relevant scim attributes mapped to the identity claims
  • For the user's challenge question answers management, this API can be used https://is.docs.wso2.com/en/latest/apis/challenge-rest-api/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM