Hi All,
We wanted to implement SSO(Single Sign On) flow from VSCode plugin to web application. In order to do this we need to launch new browser from VSCode (typescriptcode) and open application URL in this new browser. When trying to achieve this by using WebView we are getting - X-frame-options issue and mentioning it is set as same origin. We have tried setting 'Content-Security-Policy' as well but not able to launch application in browser.
If anybody has worked on WebView to open another application URL in WebView or any other way where we can open application in browser from VSCode