Closed gtardif closed 4 years ago
@benhillis, would you have any recommendation to have a more portable way to open a web browser from WSL2, replacing wslview <url>
? (Your name was suggested by @simonferquel for this). Thx in advance !
I think falling back to device code flow like 'az login' does is fine.
That will be fixed in next release
Awesome,. thanks
The fallback to device code flow has been released now.
Description
WSL2 Azure login opens a browser to perform Azure login steps. Currently it opens a browser with
wslview <url>
. This is not portable accross WSL setups and sometimes blocks users to log into Azure. We need toSteps to reproduce the issue:
Thanks @karolz-ms for repro details :
On my Ubuntu 20.04 distro:
On my Ubuntu 18.04 distro:
☹ I am pretty sure this is due to me disabling the Windows interop. Just FYI:
Output of
docker version
: tested on build shared with MSFT v0.1.12-alpha1