Hello everyone,
I making a follow up of TPA-hinted links with the Learning MFE - #6 by Wasabi
I am trying to make MFE links work with tpa_hint and so far I have managed to make users be redirected to a specific page (e.g. a course page) after signing in successfully using the hinted SSO method by constructing a link as such:
https://apps.local.openedx.io/authn/login?next=https%3A%2F%2Fapps.local.openedx.io%2Flearning%2Fcourse%2Fcourse-v1%3AOpenedX%2BDemoX%2BDemoCourse%2Fhome&tpa_hint=oa2-keycloak
Besides the fact that tpa_hint simply does not work as discussed in the thread linked above, this temporal solution creates the following issue: If the user is already logged in they will be redirected to https://apps.local.openedx.io/learner-dashboard/ instead of the next link specified.
Is there a way to achieve proper redirection with hinted links and MFE sites?