• User is NOT logged into OpenALM
• User clicks on a link to a wiki page in OpenALM. The link is correctly formed, with the group_id in the URL, for example:
https://tuleap.ericsson.se/wiki/index.php?pagename=EMEWP13&group_id=206
• OpenALM redirects the user to the login page
• After the user logs in, OpenALM redirects to the originally requested page, but it strips off the "group_id" part of the URL, resulting in the error message: No group_id was chosen.
If you manually edit the URL to be
https://tuleap.ericsson.se/wiki/index.php?&group_id=206&pagename=EMEWP13 then the redirect will work after login since the first parameter is the group id.