vlaci / openconnect-sso

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

Fix for too much openconnect argument #101

Closed bondICha closed 2 years ago

bondICha commented 2 years ago

in app.py, it passing argument name(openconnect_args) itself to openconnect. Therefore, when this argument is used, OpenConnect is receiving the wrong argument openconnect_args and it leads below problem. https://github.com/vlaci/openconnect-sso/issues/30

Hence, I change the openconnect_args parser not to store the first argument(which is openconnect_args)