-
Notifications
You must be signed in to change notification settings - Fork 4
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
✨ Microsoft Entra Account MFA in VSCode AP #4246
Comments
The Visual Studio code is new offering on the Analytical Platform and we currently do not support adding add Microsoft Entra Account in VSCode. We understand your desire to use this functionality, and will be looking to investigate feature requests such as this in due time once the product is more mature. With that said, we will certainly not prevent you from investigating this yourself, but do so with knowledge that any issues you find that aren't due to core functionality of VS Code will not be issues we can help you with. We note the behaviour around localhost you experienced here however, and will be raising a bug ticket around this issue seen with loopbacks. Although this will not resolve your feature request, it should make your life somewhat easier once fixed. |
Describe the feature request.
I want to be able to successfully add Microsoft Entra Account in VSCode AP
Describe the context.
I am trying to connect to an Microsoft SQL Database through VSCode using the
mssql
extension, and it requires Entra ID with MFA Auth, which I cannot add my justice.gov.uk 365 account to.I tried to connect to the SQL Server in Azure using
mssql
extension. As part of authentication the extension navigates to the localhost link likehttp://localhost:42321/signin?nonce=eb6ac82c-7e4e-4461-89d3-fe41d8308312
. However, this localhost is resolved to the browser context, not the vscode host context.I was able to trick the VSCode by manually copy pasting responses between the VSCode and my DOM1 browser.
requests
to get HTML page from that linkAfter this procedure the Entra Account appers to be added, but I cannot login as I get the following error:
Value / Purpose
The value is being able to connect to the Microsoft SQL Database using Entra ID MFA
User Types
Analysts
The text was updated successfully, but these errors were encountered: