I am new to WSO2 ESB and Identity Server. I have a requirement. Let me put this way. I have 2 application running on 3 different server (tomcat). One and Two are Web application and the another one is Web service.
- I want to login to first web application using identity server.
- First webapp will call second one. that time second web app should validate the user
- And second web app will call the web service and web service should validate the request whether it is made by a used who is logged in properly.
Since I am confused with Saml, open id configuration and all
Can any one please help me on the following
- How to configure the WSO2IS server for the same.
- When first webapp call the second web app how to pass the validate token (or xml)? Is it as a form data or http header?
- How to do the same with Web service application
Thanks Sreekumar