Forum Discussion
Synapse Vs code Plugin Unable to Sign in
- Anonymous2 years ago
Hi mtucker
This issue has been resolved. The issue was with the VS code settings with respect to proxy and certificates.
Hi priyankabishnoi
Thanks for using Fabric Community.
Synapse VS Code extension uses Microsoft Authentication Library (MSAL) to acquire token for users. When user clicks the 'Sign in' command, extension will initiate the MSAL process by listening on a localhost:port, and opens the system browser, where the user supplies the AAD credentials. Once user finishes login authorization in the window, MSAL server will send the auth token back to localhost:port, extension is listening on it so we can receive the response and get the token.
This is by design.Could you login to the extension? Can you please provide me the screenshot and explain what is happening?
And you should choose the Synapse Kernel in the notebook before running.
Hope this helps. Please let me know if you have any further questions.
I'm having the same issue, was a solution reached?
- priyankabis2 years agoHelper I
No
- Anonymous2 years agoNot applicable
Hi mtucker
This issue has been resolved. The issue was with the VS code settings with respect to proxy and certificates.- priyankabishnoi2 years agoNew Member
Hi All,
I resolved the issue . There are some proxy and certificate issues in VS code which needs to be updated
Go to Settings-> Applications
Make Sure the following
- Proxy Strict SSL is unchecked
- Proxy Support is Off
- System Certificates unchecked
In Settings -> Security-> Workspace
- Trust:Empty Window is unchecked
Hope this hekps