Fix for isomp:// Protocol Links | Generated by AI

Home 2026.07

Here is the summary again:


πŸ” Decoded isomp:// URI

The base64 payload decoded to:

[GATEWAY_IP] 12025 mstsc [UUID] rdp [TARGET_IP]
Field Value
SSO Gateway xxx.xxx.x.xx
Gateway Port 12025
Protocol RDP (Remote Desktop / mstsc)
Session UUID xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Target Server xxx.xxx.x.xxx

❌ Problem

The isomp:// protocol handler was missing from Windows Registry, so clicking any isomp:// link did nothing. The IsompSSO client (sso.exe) could not launch automatically.


βœ… Fix Applied

Registered the isomp:// protocol in Windows Registry:

.reg file created at: C:\Program Files\IsompSSO\register_isomp.reg

Registry keys added:

This tells Windows to pass any isomp:// URL to sso.exe.


πŸ”§ RDP File Adjustment

In your saved Default.rdp file, changed:

Before After
prompt for credentials:i:0 prompt for credentials:i:1

This allows the credentials dialog to appear if automatic authentication fails.


βœ… Result

After registering the protocol, sso.exe successfully:

  1. Received the isomp:// URL
  2. Decoded the base64 payload
  3. Authenticated through the SSO gateway using the session UUID
  4. Launched mstsc.exe (Remote Desktop) to connect to the target server

All isomp:// links will now work automatically going forward.


Generated by AI. Curating and sharing still takes effort. If you find it useful, feel free to donate. WeChat: @lzwjavaWeChat QR Β· X: @lzwjava Β· Say hi πŸ‘‹

Back Donate