From c30c0f4cc76b324e69e6deb0c1101ca0bb87649c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Karas?= Date: Tue, 31 Aug 2021 07:07:57 +0200 Subject: [PATCH] documentation of new openconnect input fields Recently added input fields: - authentication group (OpenConnect.Group) - second password (OpenConnect.SecondPassword, OpenConnect.UseSecondPassword) --- doc/vpn-agent-api.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/vpn-agent-api.txt b/doc/vpn-agent-api.txt index ffa6fadd..ecc8faaa 100644 --- a/doc/vpn-agent-api.txt +++ b/doc/vpn-agent-api.txt @@ -85,6 +85,10 @@ Fields string Username Return the OpenConnect cookie value that is used for authenticating the VPN session. + string OpenConnect.Group + + Choose authentication login group. + string OpenConnect.PKCSClientCert Informational field containing a PKCS#1/PKCS#8/PKCS#12 @@ -96,12 +100,21 @@ Fields string Username Password for decrypting PKCS#8/PKCS#12 client certificate. + string OpenConnect.SecondPassword + + Second factor password for authentication. + string OpenConnect.ServerCert Return the OpenConnect server hash used to identify the final server after possible web authentication logins, selections and redirections. + boolean OpenConnect.UseSecondPassword + + Indicates that second factor password is used + for selected authentication group. + string OpenConnect.VPNHost Return the final VPN server to use after possible -- 2.27.0