Question

Is it possible to expose a wso2 Identity Server admin service though wso2 ESB?

What I want to do is have an ESB service, that extracts for a certain username its password from the Identity Server (for example using the admin credentials). I know wso2 Identity Server has admin services which I can use, but where can I find detailed description of those and how can I implement this scenario?

Any blogs or tutorials will be useful.

Was it helpful?

Solution

There is a blog entry here that describes the admin services.

However, I don't expect you will be able to retrieve the password. The plain text password is probably not stored in the WSO2 server, the hashed value of the password will be stored instead - see here

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