elementary / switchboard-plug-network

Switchboard Network Plug
GNU General Public License v3.0
20 stars 23 forks source link

VPN connection manager with AnyConnect/SSO support #320

Open kem-a opened 2 years ago

kem-a commented 2 years ago

Problem

CISCO AnyConnect VPN protocol with SSO is not supported.

Proposal

Implement CISCO AnyConnect VPN connection within VPN Network settings. There are two binaries that provides support for it:

  1. openconnect, that is already included in Ubuntu repositories
  2. openconnect-sso, a wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication to Cisco SSL-VPNs. This is required for double authentication.

Prior Art (Optional)

No response