Hi,
We are having a major situation in integrating a Java web application to Sharepoint 2010. We have Java web application where client logs in and can create, modify or delete order etc. This Web Application is authenticated using LDAP. Based on these details lot of reporting needs to be done for which SSRS has been used. We need to expose SSRS to extranet for Non Domain users for which we have configured Sharepoint 2010 in FBA mode. Now we have a report link in the web application
on clicking it goes to the Sharepoint 2010 site. But it asks for Username and Password in the login page. We want to bypass this login page so that using webservices the token/cookie generated from Java web application can be used to automatically authenticate user and take him to the default page of the SSRS reporting site. Is this possible? Any help will be appreciated
Regards
Vyshak