简体   繁体   English

报告服务(SSRS) - 访问报告时避免询问用户/密码

[英]Reportings Services (SSRS) - Avoid asking user/password when accessing reports

I have granted a group to access the reports deployed. 我已授予一个组来访问部署的报告。 When a user that is member of that group access to: 当属于该组成员的用户访问:

http://serverIP/ReportServer HTTP://服务器IP /的ReportServer

in order to see a report, then a popup authentication window appears asking for user/password. 为了查看报告,将出现一个弹出认证窗口,询问用户/密码。 I would like to avoid this, I mean, I would like that all the members of that group can access to reports page without being asked for a user/password. 我想避免这种情况,我的意思是,我希望该组的所有成员都可以访问报告页面而不需要用户/密码。 Is it possible? 可能吗? If so, how? 如果是这样,怎么样?

You can make it so that the credentials required to access the database are embedded in the datasource you use. 您可以进行此操作,以便访问数据库所需的凭据嵌入在您使用的数据源中。

In report builder try right clicking your datasource accessing the properties and changing the credentials. 在报表生成器中,尝试右键单击访问属性并更改凭据的数据源。 You can change "prompt for credentials" to "use this username and password" and then enter a username and password with the correct level of access to the underlying database. 您可以将“提示凭据”更改为“使用此用户名和密码”,然后输入具有对底层数据库的正确访问级别的用户名和密码。

If you are using a shared datasource ie not one embedded in your report but a general one then you will need to change the settings of that instead. 如果您使用的是共享数据源,即不是报告中嵌入的数据源而是普通数据源,那么您需要更改其设置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Ruby on Rails 4:创建新用户时,has_secure_password不需要密码确认 - Ruby on Rails 4: has_secure_password is not asking for a password confirmation when creating new user Nginx在加载图像时仍要求输入密码 - Nginx Still Asking For Password When Loading Images 以其他AD用户身份查看Reporting Services报告 - View Reporting Services Reports as a Different AD User Mongodb 从 js 文件执行查询时不要求输入密码 - Mongodb not asking for password when executing query from js file 访问url时如何验证用户和密码部分是否可以被中间服务器读取 - How to verify if the user and password part is readable by intermediary servers when accessing a url 通过WCF服务访问NAS时出现“用户名未知或密码错误” - “Unknown user name or bad password” when accessing NAS through WCF service 身份验证不断要求输入密码 - Authentication keeps asking for password 通过HTTPS访问SSRS 2019登录失败 - SSRS 2019 logon failure when accessing through HTTPS 在访问RESTful Web服务之前为用户进行身份验证 - Develop authentication for user's before accessing RESTful Web Services 使用LiveSDK通过Azure移动服务身份验证处理用户密码更改事件 - Handling user password change event with Azure mobile services authentication with LiveSDK
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM