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
I'm writing an implementation of the SSRS Custom Security Extension and need to redirect requests to a login page from inside the IAuthenticationExtension2.GetUserInfo(...) API.
I've tried calling HttpContext.Current.Response.Redirect() however I receive an error from the Report Server:
The Authentication Extension threw an unexpected exception or returned a value that is not valid: identity==null. (rsAuthorizationTokenInvalidOrExpired)
Any ideas? Thanks.
The text was updated successfully, but these errors were encountered:
I'm writing an implementation of the SSRS Custom Security Extension and need to redirect requests to a login page from inside the
IAuthenticationExtension2.GetUserInfo(...)
API.I've tried calling
HttpContext.Current.Response.Redirect()
however I receive an error from the Report Server:Any ideas? Thanks.
The text was updated successfully, but these errors were encountered: