Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Report Viewer Controls with Anonymous - rsAuthorizationTokenInvalidOrExpired #263

Open
nojnoj33 opened this issue Mar 28, 2023 · 0 comments

Comments

@nojnoj33
Copy link

nojnoj33 commented Mar 28, 2023

Hi,
we are using the ASP.net Report Viewer Controls in our application, I want to connect to our 2017 SSRS setup (and working fine ) as Anonymous. I can call any report anonymously from a browser fine.
ASP.net Control is here - https://learn.microsoft.com/en-us/sql/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls?view=sql-server-ver16

from the app when we call a report using the Report Viewer Controls I see "The Authentication Extension threw an unexpected exception or returned a value that is not valid: . (rsAuthorizationTokenInvalidOrExpired" back from SSRS.

This is the repotviewer.aspx file, I think its passing the WebServer Creds to SSRS, anyone know a way to stop this?
`


<asp:ScriptManager runat="server"></asp:ScriptManager>
<rsweb:ReportViewer ID="ReportViewer1" runat="server" ProcessingMode="Remote">

</rsweb:ReportViewer>

`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant