richard
richard

Reputation: 2053

how to invoke wso2 identification server api

wso2 identification server works as identification server, provides authentication and authorization capability. In my case, I want to use identification server in following scenario:

client application (C# exe) server application (C# IIS web application)

I want my server application can invoke identification server rest api to perform authentication.

Is it possible? If I can do this, where is api document I can refer?

Upvotes: 1

Views: 338

Answers (1)

DarRay
DarRay

Reputation: 2540

Referring the previous question "rest apis for wso2 Identity server", currently WSO2 Identity Server mostly based on SOAP APIs.

But you can easily expose these SOAP APIs as REST APIs using WSO2 API Manager or WSO2 ESB.

You can find more details on that in here

HTH,

DarRay

Upvotes: 1

Related Questions