Hi,
I noticed it is not possible to redirect a users back to the topic page where the login flow was started when using SSO authentification.
This is quite disturbing as this will generate this kind of flows for non logged in users:
- User clicks on a topic
- User clicks on text editor (to add a comment)
- User will be prompted to log in (via SSO in our case)
- User will log in via SSO
- User will be redirected to the home page and not to the topic of step 1
This would highly improve the UX if you could pass a variable/parameter with the returnURL during the SSO authentification that we could use to send the user back to the page he/she is expecting.
Thanks