-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDP sessions not opening post upgrade to SPS 7.5.1 #146
Comments
Is your OS Windows 11? |
Yep, I'm running Windows 11. I raised a support call yesterday - looks like it's broke for lots of people: We’ve identified that this issue arose following a recent update to both Chrome and Edge browsers it working fine in Firefox. we have marked this issue as defect 468532 for further investigation. |
See: Another possible workaround is to revert the behaviour change in Chrome and Edge by setting flag |
This issue seems to be due to the latest chromium updates which is breaking custom urls in 130 version. Workaround Here are the steps to disable flag for chrome:
|
The --disable-features=StandardCompliantNonSpecialSchemeURLParsing will be removed in M134 planned around Tue, Mar 4, 2025. |
We deploy the Scalus msi automatically to our users now with a job that also is installing the cert and trusting the rdp so they get no nags, I guess I will have to deploy a couple of shortcut to both Edge and Chrome called something like "Scalus RDP fix for Edge" and Scalus RDP fix for Chrome". It's not ideal, but at least it will work. The difficult task is to inform the endusers how to use this workaround ...... |
According to Chrome team, it seems that Chrome's new behavior is as intended except dropping ":" after "//" and then will persist after M134 which drops the work around "--disable-features=...". |
Unfortunately, the problem cannot be fixed, nor worked around by SCALUS. It is the web UI application that tries to "launch" the RDP URL, but the web browser blocks it. So SCALUS isn't even involved at that point. Either the Safeguard API or web UI (or both) will have to change. And then when it does, SCALUS will also have to change. And then there is the issue of backwards compatibility. This problem doesn't exist with Firefox. So if changes are made to either the Safeguard API or web UI, then it will break people using Firefox. Or they would be forced to update SCALUS or modify their configuration. |
I've just upgraded to SPS 7.5.1.
During my post upgrade tests, when i click on 'Start RDP Session', nothing happens. This was definitely working before the upgrade.
SSH does work but, after reading through https://support.oneidentity.com/kb/4259921/why-does-the-launch-button-on-safeguard-s-web-interface-not-initiate-the-session-as-expected, I assume it still works because I have WinSCP installed:
"SSH sessions use a ssh:// URI scheme. Later versions of WinSCP do install a handler to support ssh:// schemes. Any SSH session initiated from Safeguard’s web interface will initiate Putty if WinSCP is installed."
Not sure if it's just a local issue but thought i'd flag whilst i try and find the fix.
The text was updated successfully, but these errors were encountered: