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 - GetUserInfo API missing cookies in Report Portal requests #257

Open
TestO2015 opened this issue Jan 19, 2023 · 1 comment

Comments

@TestO2015
Copy link

I need to access HTTP request cookies in the IAuthenticationExtension2 GetUserInfo APIs. There's two and one contains a IRSRequestContext object and the second contains HttpContext.Current.Request object.

When I access the Report Portal to edit a shared data source (and other settings pages) several requests (40+) are received and 2 of them fail because there's no cookies present in the request objects. Those requests fail with rsAuthorizationTokenInvalidOrExpired error as authentication relies on those cookies.

The configuration page is then loaded with an error and is partially blocked from editing.
image

Can anyone help determine why the cookies aren't set for these requests.?

@FilopateerMaged
Copy link

Have you figured out what was causing the issue? I'm facing the same error!

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

2 participants