SUMMARY The webview for the openconnect browser authentication (for openconnect/anyconnect - with MS SAML auth) has a fixed size (can not be resized) as well as no scroll bars. Unfortunately the login page used by my provider has a reasonably large minimum size and therefore most of the login dialog is invisible. STEPS TO REPRODUCE 1. Try to connect to the VPN (using anyconnect) 2. Be prompted with the SAML login page OBSERVED RESULT The page does not scroll (some bits with selection do allow it) and can not be used reasonably. EXPECTED RESULT The page can be seen properly (ideally resized to display the page with "minimum" size), but at least allow scrolling and resizing of the login window. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Gentoo / Plasma 5.92.0 (available in About System) KDE Plasma Version: 5.92.0 KDE Frameworks Version: 5.248 Qt Version: 6.6.1 ADDITIONAL INFORMATION - For some reason it does not appear possible to trigger the login for a second time. - Logging in with nm-applet (gnome applet) works correctly.
I had a bit of a look at the code. The code sets the webengine widget to 640x480: (https://invent.kde.org/plasma/plasma-nm/-/blob/Plasma/6.0/vpn/openconnect/openconnectauth.cpp#L604) But the UI file restricts the full widget to 360x360 (https://invent.kde.org/plasma/plasma-nm/-/blob/Plasma/6.0/vpn/openconnect/openconnectauth.ui#L9). Note that (on wayland) the window class is seen as kded6 (with fixed maximum size) - attempting to force the maximum size with kwin doesn't work.
Created attachment 165199 [details] Screenshot of the dialog This shows the issue. For some strange reason even forcing window geometry doesn't change the size.
CC'ing the author of the relevant code
This issue is introduced when transitioning from X to Wayland. The UI file is not "restricting" the geometry to 360x360 but setting the initial default geometry to this size. The code injects a new widget when SAML (SSO) capabilities are detected from the VPN gateway and changes the geometry appropriately due to the QLayouts used on the ui component for the auth dialog. You can see screenshots of the resize working correctly in the original authorship of this feature in the original MR. https://invent.kde.org/plasma/plasma-nm/-/merge_requests/208 This issue was also reported in a relevant MR. https://invent.kde.org/plasma/plasma-nm/-/merge_requests/316#note_848258 Hoping to submit a fix for this in Wayland this weekend.
I actually used blind entry to actually be able to log in. Today I logged in again, and somehow the window was larger so I could see most of the relevant parts of the web page (still not perfect, but...).
Created attachment 165553 [details] Issue seen in Wayland
Created attachment 165554 [details] Issue not seen in X11
Like I mentioned previously, this issue is only seen in Wayland. Hoping to have this resolved soon.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-nm/-/merge_requests/329
*** Bug 482874 has been marked as a duplicate of this bug. ***
Could the priority of this be increased? This issue is blocking the use of the feature entirely.
Actually, after trying again, this seems to no longer be an issue.
(In reply to deadmeu from comment #12) > Actually, after trying again, this seems to no longer be an issue. There is an open MR with the fix
> Actually, after trying again, this seems to no longer be an issue. For me it's definitely still an issue: With QT 6.6.2, the window can not be resized as reported in here in this issue. With QT 6.6.3 the login dialog is not shown at all, as reported in https://bugs.kde.org/show_bug.cgi?id=484874
I think this was fixed by QT 6.7, now the window is properly resized and shown. I'm not completely sure if that was the fix, but I did not see any relevant KDE updates when it was fixed for me, only the QT 6.7 update on Arch Linux.
Bulk transfer as requested in T17796