Hi Folks,
at work we have a web-based PHP-application which acts as the single UI that grants access to certain modules to users based on their access rights (neighter windows-logon nor ldap).
For one of the modules we now want to show reports using the MS Reporting Services embedded in our UI. We don't want the user to have another login and password for this so we thought of passing a username to the reporting service and thereby omit the login. We couldn't find any information on how to do this... What did we miss?
Is there a way to pass logon information to the service? Via GET? Via POST? Anything?
Best Regards,
Cassy