-
Notifications
You must be signed in to change notification settings - Fork 459
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
AAD Sign in not works on mssql but works on azure tools plugin (with proxy) #17234
Comments
Hello, Any updates? Thanks! |
Hello, Could you provide an update on this issue / acknowledge it somehow? Thanks, |
@cssuh I see you looked at similar issues for ADS, such as microsoft/azuredatastudio#17356. Do you have any suggestions of how to move forward investigating this issue? |
@meiswjn can you please share how you are setting your proxy settings? |
Hey, Just via environment variables, but configuring it in VS Code directly also didn't change anything. Thanks |
Note: I use proxy...
The sign in not works with the mssql plugin but works with azure tools
Steps to Reproduce:
1- Click Add Connection
2- Enter the server (AZURE_SERVER_NAME.database.windows.net)
3- Press Enter to select the default table
Options listed:
4- click on Add account, and press enter to optional step (set local profile name)
5- Opens Sign In page on a Web browser and you Sign in
6- Get stuck and still loading, and never finishes to add the account
Notes:
The Sign-in with Azure tools plugin works, but mssql is better for the things which I need to do.
Azure tools plugin
1- in Azure tools plugin options y select sign in to azure
2- Web browser opens, and select the account to sign in
3- It Works
Then my question is, why the sing-in works in the azure tools plugin but not in mssql?
The text was updated successfully, but these errors were encountered: