Azure VPN P2S Azure AD Authentication Connection Problem: The operation was canceled by the user

19.1k views Asked by At

I've setup an Azure VPN Gateway according to the instructions on https://learn.microsoft.com/en-us/azure/vpn-gateway/openvpn-azure-ad-tenant

However, each time I connect, the AAD Credentials token for the user is received successfully. But next I get a message saying: "Dialing VPN Connection xxxxxx. Status = The operation was canceled by the user."

I've done everything listed here: https://learn.microsoft.com/en-us/azure/vpn-gateway/troubleshoot-ad-vpn-client.

Anybody out there that has a clue?

2

There are 2 answers

9
epieters On

I found the answer to my problem, so here is the solution (in my case)

  1. Open Windows Device Manager
  2. Navigate to Network adapters
  3. Uninstall all of the WAN Miniport (XXXX) devices
  4. Right-click on any item and choose to Scan for hardware changes
  5. The WAN Miniport adapters should have re-created themselves.

Try connecting to your VPN again.

1
Daniel José Martínez Parra On