Home WSL should use the MS Edge browser for aws sso
Post
Cancel

WSL should use the MS Edge browser for aws sso

I’ve installed chromium within my wsl without any desktop environment etc.
When I start an aws sso login the chromium will open, but it looks kind of weired,
so why don’t use the Microsoft Edge Browser on the host system.

1
2
3
sudo ln -s /mnt/c/Program\ Files\ \(x86\)/Microsoft/Edge/Application/msedge.exe /usr/bin/msedge
sudo update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/msedge 100
sudo update-alternatives --config x-www-browser
This post is licensed under CC BY 4.0 by the author.