AzureVPN Client on Linux (P2S with AAD)
My company provides access to protected resources through the AzureVPN with AAD. I'm using Linux and it seems this is not supported on Linux.
Any options to make this work?
What I tried:
- OpenVPN client on Linux, but apparently this is not supported: https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-about#azure-active-directory-authentication
- Connection on Windows and share VPN through mobile hotspot
I have a Windows desktop where I can connect to the VPN, but would want to use that connection on my Linux laptop too. Is it possible to share this connection from desktop to my laptop? If I do now with the sharing options described here: https://learn.microsoft.com/en-us/answers/questions/1034157/how-to-share-vpn-connection-in-windows, I don't have any internet connection anymore on my laptop.
Other options I didn't try yet:
- Install the Windows client application through Wine or another Linux app. Will this work?
- Install the Mac client application somehow as this is also unix based
Anybody else figured this out?
Thanks for the help!