Package Details: microsoft-azure-vpn-client-bin 3.0.0-1

Git Clone URL: https://aur.archlinux.org/microsoft-azure-vpn-client-bin.git (read-only, click to copy)
Package Base: microsoft-azure-vpn-client-bin
Description: The official Azure VPN Client, supporting Entra ID and certificates
Upstream URL: https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-entra-vpn-client-linux
Keywords: az, azure-vpn, azvpn, vpn
Licenses: proprietary
Provides: microsoft-azure-vpn-client, microsoft-azurevpnclient
Submitter: trovao
Maintainer: trovao
Last Packager: trovao
Votes: 1
Popularity: 0.085346
First Submitted: 2024-07-30 14:13 (UTC)
Last Updated: 2024-12-19 02:21 (UTC)

Latest Comments

1 2 Next › Last »

ZerkerEOD commented on 2024-12-27 18:49 (UTC) (edited on 2024-12-27 19:02 (UTC) by ZerkerEOD)

I am getting the error Connection failed: Couldn't set DNS server/domains. Please check logs for detailed errors. There are no detailed logs. I tried disabling NetworkManger and my other OpenVPN connection. Through journalctl --xe --follow --user I can see that it errors out with the following: TId:[37960] sd_bus_call method failed to set DNS servers with error: No such device or address. After that I get an error trying to delete the route for the tun interface using SIOCDELRT due to No such Proccess. The other comment about this said it turned out being tailscale for them, but I don't have that and I stopped my OpenVPN and NetworkManager and still get the same errors. I am baffled. As note, my user is in the network group.

trovao commented on 2024-12-19 02:22 (UTC)

Thanks @Piroro-hs. Updated the package to reflect that.

Piroro-hs commented on 2024-10-31 09:16 (UTC)

@trovao The microsoft-edge-stable package is not required, what it needs is xdg-open from xdg-utils package and a browser (I confirmed that firefox is ok).

MigueldeCarvalho commented on 2024-10-22 18:48 (UTC) (edited on 2024-10-22 23:09 (UTC) by MigueldeCarvalho)

Hey, I fixed the first problem by adding VERSION="0" to the /etc/os-release. After I login it gives me an error Connection failed: Couldn't set DNS server/domains. Please check logs for detailed errors.

Eit: Turns out it was caused by Tailscale daemon, I stopped it, run the Azure VPN and after that it connect and I was able to turn it back on and was working successfully

likwidsage commented on 2024-10-04 01:23 (UTC)

Getting the same issue as below. On Ubuntu as well.

iceman9665 commented on 2024-09-17 04:48 (UTC) (edited on 2024-09-17 04:51 (UTC) by iceman9665)

After adding VERSION=0 in /etc/os-release, it connects - get sign in page but the callback url error page is displayed (address bar has https://localhost:2023)

AADSTS650057

journalctl -xe --follow --user also displays the same error

Authentication failed. You can return to the application. Feel free to close this browser tab.

Error details: error invalid_client error_description: AADSTS650057: Invalid resource. The client has requested access to a resource which is not listed in the requested permissions in the client's application registration. Client app ID: <id>(Azure VPN). Resource value from request: <id> . Resource app ID: <>. List of valid resources from app registration: . Trace ID: 38b8a3f1-74fa-4d8f-abfa-0a179e3a7200 Correlation ID: <> Timestamp: 2024-09-17 04:45:04Z

likwidsage commented on 2024-08-10 01:50 (UTC) (edited on 2024-08-10 01:53 (UTC) by likwidsage)

trovao - That worked for me as did adding VERSION=0 as stlaz stated

stlaz commented on 2024-08-09 12:44 (UTC)

It's enough to add VERSION="0" at the end of your /etc/os-release, it does not have to be a Ubuntu one. This should hopefully be fixed in a future version of the binary as the field is defined as optional - https://www.freedesktop.org/software/systemd/man/latest/os-release.html.

trovao commented on 2024-08-08 12:48 (UTC)

Yes, I was able to connect.

I think I know what might be going on. They try to read /etc/os-release and they expect it to be an Ubuntu one (I'm using the one from the intune package).

Care to try if using this file works for you?

If it does, I think I can rewrite the package in a way that no modifications are required to the Arch system.

likwidsage commented on 2024-08-07 15:52 (UTC)

Have you been able to connect? I'm getting a Unhandled Exception: type 'Null' is not a subtype of type 'String' of 'other' error whenever I try to connect.