Releases: vlaci/openconnect-sso
Releases · vlaci/openconnect-sso
v0.8.0
v0.8.0
- Updating dependencies
- Add support for MFA popup dialogs
- Pass cookie in STDIN to hide its value in
ps
output
- Support NixOS 21.11
v0.7.3
v0.7.3
- More failsafe method to reuse existing authentication sessions, so that
entering password/MFA token may not be needed at all. Persisting HTTP cookies
were prone to a race condition which is hopefully mitigated by this change.
v0.7.2
v0.7.2
- Update dependencies
keyring
and importlib-metadata
(pull/52)
v0.7.1
v0.7.1
- Do not fail if keyring is not accessible
(issues/45,
pull/46)
- Updating dependencies and support
pyxdg 0.27
(pull/49)
UPDATE: Yanked build artifacts as they contained uncommitted local changes
v0.7.0
v0.7.0
- It is now possible to reuse previous authentication sessions, so that
entering password/MFA token may not be needed at all.
v0.6.3
v0.6.3
- Updating
poetry2nix
to fix build on nixpkgs-unstable
(issues/40,
pull/41)
- Relax
structlog
's version restriction
(pull/44)
v0.6.2
v0.6.2
- Updating dependencies to newer versions
python-keyring
is updated to 22.0.1 to fix Arch Linux (AUR) packaging
v0.6.1
v0.6.1
-
Use "modern" style authentication header (pull/37)
It is inspired by openconnect/mr/75
Without this header recent AnyConnect servers will not send the correct reply redirecting to the authentication page
v0.6.0
v0.6.0
New features
-
New --on-disconnect
argument to run shell command when openconnect
exits
(pull/33)
It is useful for example to restart SSH Control Master connections upon exit.
-
Adding --proxy
argument from OpenConnect
(pull/20)
Authentication honors this argument too
-
Experimental Windows support
(pull/16)
sudo
binary needs to be installed in addition to openconnect
Bug fixes
- Application no longer crashes when the config file is not readable
(pull/33)
- Work around issue with password retrieval from
kwallet
(pull/26)
v0.5.0
Release Notes
v0.5.0
New Features
-
Adding --authgroup
argument from OpenConnect
Some VPN endpoints require users to post a valid authgroup (in
OpenConnect lingua) as part of the group-access
xml node. Up until
now it was only possilbe to override the authgroup from the
configuration or from an AnyConnect XML profile.
Other Notes
- Removed max version constraint from
attrs
and update dependencies.
It works with a more recent version after the convert=
deprecation
issues had been resolved for the previous upgrade.