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.
Hi
Not sure if you saw the details i posted as priyankabis. The login page is not opening. Is there a way to check what is missing. I tried connecting using msal directly in one of the python notebooks. I found that the redirectiin ur is not set to localhost. But why Synapse Sign in is not showing that problem. Why dont I get the userId and password prompt on Synase Sign in
- Anonymous2 years agoNot applicable
Hi priyankabis
I have requested some details in the private messages. Can you please provide the same?
Thanks