Update readme.

This commit is contained in:
Andris Raugulis
2020-05-26 05:35:24 +03:00
committed by GitHub
parent 31f986718d
commit 1074961df9
+7 -6
View File
@@ -1,7 +1,7 @@
# pan-globalprotect-okta # pan-globalprotect-okta
Command-line client for PaloAlto Networks' GlobalProtect VPN, integrated with OKTA. Command-line client for PaloAlto Networks' GlobalProtect VPN, integrated with OKTA.
This utility will do the _authentication dance_ with OKTA to retrieve `portal-userauthcookie`, This utility will do the _authentication dance_ with OKTA to retrieve cookie,
which will be passed to [OpenConnect](https://github.com/openconnect/openconnect) which will be passed to [OpenConnect](https://github.com/openconnect/openconnect)
for creating actual VPN connection. Compatible with Python 2 and 3. Tested on for creating actual VPN connection. Compatible with Python 2 and 3. Tested on
FreeBSD, Linux and MacOS X. Tested with OpenConnect 8.00 - 8.10. FreeBSD, Linux and MacOS X. Tested with OpenConnect 8.00 - 8.10.
@@ -44,12 +44,13 @@ override `password` option in configuration file.
## changelog ## changelog
### v1.00 (2020-05-xx) ### v1.00 (2020-05-xx)
- supported MFA: push, Symantec, WebAuthN/YubiKey - new MFA: push, Symantec, WebAuthN/YubiKey
- support second authentication dance - GnuGP config encryption
- support using client certificate - direct gateway authentication
- second authentication dance
- use client certificates
- verify server certificates - verify server certificates
- auto-detect openconnect version - type checking
- ability to specify pipe format manually
### v0.99 (2019-02-14) ### v0.99 (2019-02-14)
- supported MFA: OKTA, Google, SMS - supported MFA: OKTA, Google, SMS