Noticed something has broken between v10 and v13. If you hit a url to the back office it used to set a redirectUrl param and hten on successful login redirect the editor to where they were going.
Used this to provide a front end guard on non-production sites. (e.g. redirecting users back to the correct page on the stage / uat site after authenticating them as an Umbraco user).
This seems to be broken. Has anyone got a workaround for this?
SiempreSteve
07/22/2024, 9:10 AM
If I'm following the various tickets on this correctly this is still open:
https://github.com/umbraco/Umbraco-CMS/pull/16049
Though this ticket says a fix was merged into 13.4
I can't see anything working - steps to reproduce.
Copy a deep linked url in Umbraco (e.g. whilst viewing a node where the url shows the node ID).
Log out - hit that url. You get the Umbraco login screen but on success you just hit the root content page.