diff --git a/src/vpn_manager_globalprotect/agent.py b/src/vpn_manager_globalprotect/agent.py index 2051d6e..2048b13 100644 --- a/src/vpn_manager_globalprotect/agent.py +++ b/src/vpn_manager_globalprotect/agent.py @@ -42,7 +42,7 @@ class GlobalProtectSamlAuthenticator: raise AuthenticationInProgress() if options.signature == "(ss)": - target = f"ext+container:name={urllib.parse.quote_plus(options.value[0])}&url={urllib.parse.quote_plus(options.value[1])}" + target = f"ext+container:name={urllib.parse.quote_plus(options.value[1])}&url={urllib.parse.quote_plus(options.value[0])}" else: target = options.value