Skip to content

Commit 5f2719a

Browse files
committed
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.
1 parent 53b8efc commit 5f2719a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

py_configuration_files/lms.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
415415
ENABLE_DISCUSSION_SERVICE = True
416416
SHOW_HEADER_LANGUAGE_SELECTOR = True
417417

418+
# Redirect logistration (login/registration/password reset) to the authn MFE by
419+
# default, matching stage/production.
420+
ENABLE_AUTHN_MICROFRONTEND = True
421+
418422
ENABLE_MKTG_SITE = os.environ.get('ENABLE_MARKETING_SITE', False)
419423

420424
MKTG_URLS = {

0 commit comments

Comments
 (0)