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)
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)