overhangio / tutor-mfe

This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.
GNU Affero General Public License v3.0
22 stars 95 forks source link

feat: add support for the authn MFE #94

Closed arbrandes closed 1 year ago

arbrandes commented 1 year ago

Adds support for the Authn MFE, enabling it by default.

This disable enterprise login by default.

Co-authored-by: Adolfo R. Brandes abrandes@tcril.org

arbrandes commented 1 year ago

@regisb, what do you think? Shall we? It seems the issue I was seeing before was a red herring: fixing CSRF also fixed this.

regisb commented 1 year ago

If authn works without edx-enterprise, then let's go for it! I think we should include it in Olive. We should probably inform the release test group though: all these new MFEs introduce many new pages that were not part of the test plan.