Put SSRS credentials in url to see reports

SSRS questions 111 Reputation points
2021-06-07T18:30:32.173+00:00

Hi.
I have a url in my web application to see the reports. But it ask the credentials to see the reports:

102959-imagen.png

How can I put the SSRS credentials in the url to avoid the prompt? The credentials of the web portal not the datasource

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.
3,034 questions
0 comments No comments
{count} vote

4 answers

Sort by: Most helpful
  1. Anonymous
    2021-06-09T18:58:47.693+00:00

    Sounds good, I'd ask that one over here.
    https://learn.microsoft.com/en-us/answers/topics/windows-server-iis-troubleshooting.html

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

  2. ZoeHui-MSFT 41,446 Reputation points
    2021-06-08T01:35:42.903+00:00

    Hi @SSRS questions ,

    You can provide a custom authentication extension for SSRS that handles security.

    authentication-with-the-report-server

    Here is a sample for your reference: CustomSecuritySample2016

    You may also use the Report Viewer control if you want to allow public access to secure reports without asking for credentials as said here.

    Also a sample programmatically-pass-credentials-embedded-power-bi-report, you may take a reference.

    Regards,

    Zoe


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues October


  3. Olaf Helper 46,461 Reputation points
    2021-06-08T06:11:17.32+00:00

    Which browser are you using?
    By default SSRS uses Windows authentication and Internet Explorer & Edge automatically passes the credential of the current user to SSRS; Firefox & Chrome don't
    In Firefox you can set it up:
    https://codepunk.io/windows-authentication-pass-through-in-firefox/
    https://community.rsa.com/t5/rsa-securid-access-cloud/configure-user-browsers-for-integrated-windows-authentication/ta-p/571239


  4. Anonymous
    2021-06-08T20:43:17.427+00:00

    What I've always done is to create an SQL user, then give that user datareader to the underlying report source views or tables, or execute permissions in the case of a stored proc source. Then in the report data source or shared data source, save the credentials,

    103546-image.png

    then republish the report plus the report data source

    103547-image.png

    --please don't forget to upvote and Accept as answer if the reply is helpful--


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.