We are developing a web app that will utilize SQL Reporting Services for reports. Users will login to the web site and then be able to chose a report link. The report link takes them to Report Manager and to the report they choose. By default, Report Services requires the users to login a second time to authenticate to Reporting services. Is there a way to pass their credentials based on their first login to Reporting services so that they do not have to login a second time? Right now the usernames and password are stored in the SQL database. The users could be created somewhere else (we do not have AD).
Thanks,
Jay