yuezk / GlobalProtect-openconnect

A GlobalProtect VPN client for Linux, written in Rust, based on OpenConnect and Tauri, supports SSO with MFA, Yubikey, and client certificate authentication, etc.
GNU General Public License v3.0
1.29k stars 147 forks source link

Hanging on "Login Successful!" #232

Closed bramathon closed 1 year ago

bramathon commented 1 year ago

The logs from the terminal:

2023-04-19 16:24:34.194 INFO  [19759] [SAMLLoginWindow::onResponseReceived@69] Trying to receive authentication cookie from https://rigetti.okta.com/login/sessionCookieRedirect
2023-04-19 16:24:34.194 INFO  [19759] [SAMLLoginWindow::checkSamlResult@80] Checking the authentication result...
2023-04-19 16:24:34.274 INFO  [19759] [SAMLLoginWindow::onLoadFinished@109] Load finished https://rigetti.okta.com/login/sessionCookieRedirect
2023-04-19 16:24:35.501 INFO  [19759] [SAMLLoginWindow::onResponseReceived@69] Trying to receive authentication cookie from https://vpn.rigetti.com/SAML20/SP/ACS
2023-04-19 16:24:35.501 INFO  [19759] [SAMLLoginWindow::checkSamlResult@80] Checking the authentication result...
yuezk commented 1 year ago

Try resetting the client by clicking the system tray menu.

bramathon commented 1 year ago

I did try the reset without success. However, after chatting with some other users, I tried upgrading from Ubuntu 20.04 to 22.04, which fixed the problem. I believe this issue is not related to GlobalProtect-openconnect so this issue can be closed. Thanks for your response :)