diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae7b42..64b335e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,7 +94,7 @@ 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 + now it was only possible to override the authgroup from the configuration or from an AnyConnect XML profile. ### Other Notes @@ -194,7 +194,7 @@ installation of `Qt` by declaring dependencies to `PyQt5` and ### Bug Fixes - Browser window was not shown -- Pasword was logged in debug mode +- Password was logged in debug mode ## v0.3.5 @@ -229,7 +229,7 @@ forces the updated set of rules to be written in the configuration. 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 + now it was only possible to override the authgroup from the configuration or from an AnyConnect XML profile. ### Other Notes diff --git a/openconnect_sso/authenticator.py b/openconnect_sso/authenticator.py index ffbb383..d8da09f 100644 --- a/openconnect_sso/authenticator.py +++ b/openconnect_sso/authenticator.py @@ -54,7 +54,7 @@ async def authenticate(self, display_mode): def _detect_authentication_target_url(self): # Follow possible redirects in a GET request - # Authentication will occcur using a POST request on the final URL + # Authentication will occur using a POST request on the final URL response = requests.get(self.host.vpn_url) response.raise_for_status() self.host.address = response.url