You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
`
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>
`
The text was updated successfully, but these errors were encountered: