mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
handle html comment for saml result with okta 2fa (#156)
This commit is contained in:
committed by
GitHub
parent
5714063457
commit
5db77e8404
@@ -20,10 +20,15 @@ public:
|
||||
signals:
|
||||
void success(QMap<QString, QString> samlResult);
|
||||
void fail(const QString msg);
|
||||
void getHTML(QString sHTML);
|
||||
|
||||
protected slots:
|
||||
void handleHTML(QString sHTML);
|
||||
|
||||
private slots:
|
||||
void onResponseReceived(QJsonObject params);
|
||||
void onLoadFinished();
|
||||
void checkSamlResult(QString username, QString preloginCookie, QString userAuthCookie);
|
||||
|
||||
private:
|
||||
EnhancedWebView *webView;
|
||||
|
Reference in New Issue
Block a user