Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

reporting services (ssrs) prompts with username/password

I am using reporting services 2010 and get the following prompt when trying to access the reports:

enter image description here

In the reports definition, I have specified the database username/password.

Is there any way to bypass this?

like image 288
Bruce Avatar asked Aug 28 '12 19:08

Bruce


People also ask

How do I enable anonymous authentication in SSRS?

config file, find the authentication mode and set it to Forms. Find identity impersonate and set it to False. For more settings, please refer to:, please refer to: Configure Custom or Forms Authentication on the Report Server.

How do I grant access to reporting services?

To delegate this task to other users, create role assignments that map user accounts to Content Manager and System Administrator roles. Users who have Content Manager and System Administrator permissions can add users to a report server.

What authentication does SSRS use?

By default, the report server uses Windows Integrated authentication and assumes trusted relationships where client and network resources are in the same domain or in a trusted domain.


1 Answers

The previous select solution could not work for someone (It didn't for me), so I will show you how can you bypass it. SSRS used internet explorer to run those requests in the background (even if you use other browsers), so the solution will be adding a different type of Authentication to IE. Go to:

Open Internet Explore -> Internet Options -> Custom -> user authentication select "Automatic logon with current user name and password"

enter image description here

like image 138
Rodrigo Grillo Avatar answered Nov 04 '22 03:11

Rodrigo Grillo