I have tried searching for samples in implementing authentication using WSO2 Identity Server for web API calls residing in other servers but cant seem to find one. I can only find authentications on WSO2 IS API calls. Can you refer some links for examples or tutorials
You can get all the admin APIs using following way.
Start the server using -DosgiConsole flag, i.e.
./wso2server.sh -DosgiConsole
or./wso2server.bat -DosgiConosle
Then after the server start you will get the osgi console. Enter listAdminServices and you will get the list. ex:
All the commands such as
listAdminServices
are listed by typinghelp
from the osgi console.By default, these admin APIs are hides, you have to enable them. To do that, change
<ESB_HOME>/repository/conf/carbon.xml
file.Note: All servers expose Web Service APIs which can be used for to gain access to back end functionality.