ReturnUrl not prepending site name when resolving links to CFS files

Running version 12.0.2.17146

Custom plug-in created following  Single Sign-On Plugins 

When an email with an attachment goes out, the attachment URL follows the pattern:

https://sitename.com/cfs-file/__key/telligent-evolution-components-attachments/{Folderpath}/{filename}

This gets passed into an SSO login as a ReturnUrl parameter that starts at the /cfs-file/ portion of the URL and does not include the site name like every other link on the site which causes SSO to fail to return to the correct place.

Is there a setting somewhere to force the CFS to include the site name in the ReturnUrl parameter?

Is it possible to intercept the ReturnUrl and inject that in the plug-in code?



Removed
 tag
[edited by: starksk at 8:36 PM (GMT 0) on Thu, Jan 13 2022]

Parents Reply
  • Thank you for verifying that.

    I did find the cause of the issue and have logged an issue:

    [embed:1a3cced3-af51-49ce-89e2-91f65855cd2d:a82bd2c8-2a2a-491c-9e2c-3c5523a6f12b:id=TE-17359]

    Unfortunately, there is not a work-around since the SSO plugin does not have access to modify the URL prior to handling it. The remote SSO login implementation (the target of the login URL) could adjust a / prefixed URL to include the Community root URL, potentially, however.

Children