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 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.
Can anyone help determine why the cookies aren't set for these requests.?
The text was updated successfully, but these errors were encountered:
I need to access HTTP request cookies in the IAuthenticationExtension2 GetUserInfo APIs. There's two and one contains a
IRSRequestContext
object and the second containsHttpContext.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.
Can anyone help determine why the cookies aren't set for these requests.?
The text was updated successfully, but these errors were encountered: