Adrian Mitev
Adrian Mitev

Reputation: 4752

WSO2 Identity Server exposed as REST services

I see that the services of WSO2 Identity Server are exposed as SOAP web services. Are they also exposed as REST services and if not is there a plan for REST support in the near future?

Upvotes: 0

Views: 348

Answers (2)

Supun Malinga
Supun Malinga

Reputation: 101

In future carbon 5 onwards, wso2 will be using REST APIs(mostly) for the backend admin services. So I guess this would fulfill your requirement.

thanks,

Upvotes: 1

Deependra Ariyadewa
Deependra Ariyadewa

Reputation: 136

WSO2 Identity server SCIM and OpenId connect basic profile implementations provide RESTful APIs.

Also you can use a custom JAXRS web service to facade default SOAP APIs.

Upvotes: 1

Related Questions