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

SSRS Security extension - how to redirect login from inside GetUserInfo API #256

Open
TestO2015 opened this issue Dec 15, 2022 · 0 comments

Comments

@TestO2015
Copy link

TestO2015 commented Dec 15, 2022

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.

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