What triggers the authentication to pop the QT browser window? #204
Unanswered
tozachroberts
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It will launch the browser if it detects the SAML-related fields ( GlobalProtect-openconnect/GPClient/gatewayauthenticator.cpp Lines 102 to 104 in 2069b7f The following response will trigger the SAML authentication.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @yuezk (and everyone else who enjoys this client),
Recently something changed in my client + VPN situation, and the gpclient is no longer popping open the QT browser window which allows my VPN's 2-factor system to authenticate (Duo). This was working prior to my most recent apt update so I am trying to debug, and curious what actually triggers the decision in gpclient to choose to pop the native dialog window with username + password fields versus popping the QT browser window with the 3rd party (saml?) auth challenge?
Current state (where the native username + password dialog is presented) logs attached
gpclient-terminal-out.txt
Beta Was this translation helpful? Give feedback.
All reactions