From 5f2719ab1a07fb460101979feb628fe569402f77 Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Mon, 20 Jul 2026 16:36:35 -0700 Subject: [PATCH] feat: enable the Authn MFE by default We've been using the Authn MFE in prod for a long time now, at least a couple years. It's finally time to make it the default in Devstack too. --- py_configuration_files/lms.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/py_configuration_files/lms.py b/py_configuration_files/lms.py index 5b206ec5..38f22124 100644 --- a/py_configuration_files/lms.py +++ b/py_configuration_files/lms.py @@ -415,6 +415,10 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing ENABLE_DISCUSSION_SERVICE = True SHOW_HEADER_LANGUAGE_SELECTOR = True +# Redirect logistration (login/registration/password reset) to the authn MFE by +# default, matching stage/production. +ENABLE_AUTHN_MICROFRONTEND = True + ENABLE_MKTG_SITE = os.environ.get('ENABLE_MARKETING_SITE', False) MKTG_URLS = {