You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (reply->error() == QNetworkReply::NoError && jsonParseError.error == QJsonParseError::NoError
230
229
&& !json.isEmpty()) {
231
-
const QUrl serverUrl = json["server"].toString();
232
-
if (_enforceHttps && serverUrl.scheme() != QStringLiteral("https")) {
233
-
qCWarning(lcFlow2auth) << "Returned server url" << serverUrl << "does not start with https";
234
-
emit result(Error, tr("The returned server URL does not start with HTTPS despite the login URL started with HTTPS. Login will not be possible because this might be a security issue. Please contact your administrator."));
0 commit comments