I want to do login using the adfs. The scenario goes like this: 1. user access my web-app link where there will be a login button on click of it the call is to be made into the adfs. 2. if adfs session is already established then its should redirect me back to my application with the graph like thing as in facebook from wherein i can validate the user and use its my app. 3. if adfs session not present it will provide the adfs login screen and then after login it will redirect back to application with some graph like object.
I want to achieve the above scenario how should i go about it without making use of openam or opensso or Shibboleth.
Thanks,