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

Fix OIDC callback failures on Windows with Chrome #1136

Merged
merged 1 commit into from Mar 26, 2024

Conversation

hslatman
Copy link
Member

@hslatman hslatman commented Mar 26, 2024

In #1131 a bug with the CLI was reported while running OIDC login flows on Windows and Chrome. It appears that Chrome and other Chromium based browsers now perform a CORS request first. This PR handles this request by responding with an HTTP OK.

@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label Mar 26, 2024
@hslatman hslatman requested a review from a team March 26, 2024 15:55
@hslatman hslatman added this to the v0.26.0 milestone Mar 26, 2024
@hslatman hslatman merged commit 65f97a8 into master Mar 26, 2024
31 of 33 checks passed
@hslatman hslatman deleted the herman/fix-oauth-cors branch March 26, 2024 23:36
@hslatman hslatman changed the title Return HTTP OK on CORS Options request Fix OIDC callback failures on Chrome Mar 27, 2024
@hslatman hslatman changed the title Fix OIDC callback failures on Chrome Fix OIDC callback failures on Windows with Chrome Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Waiting for discussion / prioritization by team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Windows Chrome version 123.0.6312.59 (Official Build) (64-bit) incompatibility
2 participants