Bug 52705 - "Back to start site" / "Zurück zur Startseite" in ucs-sso.domain links hardcoded to /univention/
"Back to start site" / "Zurück zur Startseite" in ucs-sso.domain links hardco...
Status: NEW
Product: UCS
Classification: Unclassified
Component: SAML
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-01-27 10:27 CET by Marc Schwarz
Modified: 2024-03-07 08:55 CET (History)
8 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 5: Major Usability: Impairs usability in key scenarios
Who will be affected by this bug?: 4: Will affect most installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.229
Enterprise Customer affected?: Yes
School Customer affected?: Yes
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2023032321000208
Bug group (optional): SAML
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Schwarz univentionstaff 2021-01-27 10:27:38 CET
it is not possible to change the target of the "back to start site" button in the burger menu of ucs-sso.domain, as it is hard coded:

$ git grep -B1 'Zurück zur Startseite' **de.po
management/univention-web/js/de.po-msgid "Back to start site"
management/univention-web/js/de.po:msgstr "Zurück zur Startseite"
$ git grep -A5 'Back to start' **.js
management/univention-web/js/hooks/default_menu_entries.js:                     label: _('Back to start site'),
management/univention-web/js/hooks/default_menu_entries.js-                     priority: 0,
management/univention-web/js/hooks/default_menu_entries.js-                     onClick: function() {
management/univention-web/js/hooks/default_menu_entries.js-                             topic.publish('/umc/actions', 'menu', 'back-to-startsite');
management/univention-web/js/hooks/default_menu_entries.js-                             window.location.pathname = '/univention/';
management/univention-web/js/hooks/default_menu_entries.js-                     }

this should be configurable or use the same value as "back to start", when the same button is clicked when logged in to portal and/or umc.
Comment 1 Florian Best univentionstaff 2021-01-27 10:48:32 CET
An idea would be to set the link to /, Then the UCR variable "apache2/startsite" would be used.
But maybe this is not what customers want?
Comment 4 Ingo Steuwer univentionstaff 2022-05-09 12:06:09 CEST
I think the fallback to "/" as default is better than "/univention". Beside that, it should be configurable -- i think "startpage" has a different meaning for each larger environment.

This is part of the Corporate Design customizations of SimpleSAMLPHP, right?

What is the behaviour of the upcoming Keycloak IDP, will it fix it?
Comment 7 Mirac Erdemiroglu univentionstaff 2023-03-23 17:31:43 CET
customer effected 2023032321000208

UCS 5.0-3 but using /portal/managment
old UMC