-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
[MSAL] Can't sign in in a browser codespace #236825
Labels
insiders-released
Patch has been released in VS Code Insiders
Milestone
Comments
winstliu
changed the title
[MSAL] Can't sign into Sync Settings in a browser codespace
[MSAL] Can't sign in in a browser codespace
Dec 22, 2024
Two things:
|
vs-code-engineering
bot
added
the
unreleased
Patch has not yet been released in VS Code Insiders
label
Dec 27, 2024
TylerLeonhardt
added a commit
that referenced
this issue
Dec 28, 2024
When we cancel, then the promise should be cancelled. If we don't do this, we hang on the first interaction request until we timeout. Fixes the 2nd point in #236825 (comment)
jk it was my fault :) #237029 should fix |
TylerLeonhardt
added a commit
that referenced
this issue
Dec 28, 2024
When we cancel, then the promise should be cancelled. If we don't do this, we hang on the first interaction request until we timeout. Fixes the 2nd point in #236825 (comment)
vs-code-engineering
bot
added
insiders-released
Patch has been released in VS Code Insiders
and removed
unreleased
Patch has not yet been released in VS Code Insiders
labels
Jan 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this issue occur when all extensions are disabled?: I don't know how to start with --disable-extensions in a codespace, but I don't expect that to matter.
Version: 1.96.2
Commit: fabdb6a
Date: 2024-12-19T10:22:47.216Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0
Sorry, here's another one...
Steps to Reproduce:
"microsoft-authentication.implementation": "msal"
Expected: I can sign in
Actual: After signing in on the new browser tab it creates, I get redirected to a localhost page that doesn't connect, and the Codespace continues to say "Signing in to Microsoft...". The backup protocol handler option also doesn't seem to do anything.
(I'm not sure if this is a supported MSAL scenario yet? #178740 only discusses vscode.dev so I can't tell)
Microsoft Authentication
Window
The text was updated successfully, but these errors were encountered: