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

OAuth Bug #3531

Open
mitchklusty opened this issue Apr 11, 2024 · 0 comments
Open

OAuth Bug #3531

mitchklusty opened this issue Apr 11, 2024 · 0 comments
Labels

Comments

@mitchklusty
Copy link

Hi. I'm working with a DSA instance trying to make OAuth work as the authentication system of the site. I previously had an issue that prevented login with OAuth at all, but it was fixed here #3505. I have found another issue with this that I would like some help addressing.

The EventStream system does not work properly with OAuth. When logged in through the standard login procedure, the request to "/notification/stream" includes a "Cookie" header that contains the girderToken, so the stream works. When the user has logged in with OAuth, this header is not set, so the stream fails and returns a 401 error for every request on the stream.

I am looking at ways to set this header, but any help on the best way to go about fixing this would be appreciated.

@zachmullen zachmullen added the bug label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants