Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top