vlaci / openconnect-sso

Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication to Cisco SSL-VPNs
GNU General Public License v3.0
294 stars 126 forks source link

Group name includes () not accepted #145

Closed Jonyder closed 1 year ago

Jonyder commented 1 year ago

Hi,

The authentication group name contains () : CORP_VPN(FormerLegacyVPN) The () seem to cause an issue, I tried several things, adding: \"' with the same error message as a result, which I have attached: python3 openconnect-sso --server server2.com/CORP_VPN\(FormerLegacyVPN\) python3 openconnect-sso --server server2.com/CORP_VPN"(FormerLegacyVPN)" python3 openconnect-sso --server server2.com/CORP_VPN'(FormerLegacyVPN)'

Error-Message().txt

Anyone an idea how I can make it work?

Jonyder commented 1 year ago

It doesn't seem to be the () but something else.