How can I pass a generic login and password in the URL for an SSRS report embedded in an iFrame in Sharepoint?

Lela Keller 86 Reputation points
2022-07-05T21:58:56.093+00:00

We have an SSRS report embedded in an iframe in Sharepoint. To prevent users from having to enter their login and password each time they access that page in Sharepoint, I need to be able to pass a generic login and password in the URL as not all users have access to the reporting server but all users need to be able to view this particular report. I'm also open to other suggestions on how to accomplish this.

In addition, there are two text boxes with an expression in the Action section that update the report with data for the prior month or next month and those will also need to be modified as they are also making calls to the reporting server.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,993 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,205 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 46,041 Reputation points
    2022-07-06T05:38:00.613+00:00

    I need to be able to pass a generic login and password in the URL

    It's not possible.
    SSRS works with Windows authentication and if user should be able to access the report(s), you have to grant access for them.
    An option is to create a AD group, grant access for that group and add the users to it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.