From 0abbd891456334eb8c0b4459b82decfcd37a61ae Mon Sep 17 00:00:00 2001 From: Zainab Amir Date: Fri, 28 Jan 2022 12:12:31 +0500 Subject: [PATCH] feat: add authn to devstack (#29832) --- lms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index b1ced3983b..22bfcb2f23 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -866,7 +866,7 @@ FEATURES = { # .. toggle_tickets: 'https://github.com/edx/edx-platform/pull/24908' # .. toggle_warnings: Also set settings.AUTHN_MICROFRONTEND_URL for rollout. This temporary feature # toggle does not have a target removal date. - 'ENABLE_AUTHN_MICROFRONTEND': False, + 'ENABLE_AUTHN_MICROFRONTEND': os.environ.get("EDXAPP_ENABLE_AUTHN_MFE", False), ### ORA Feature Flags ### # .. toggle_name: FEATURES['ENABLE_ORA_ALL_FILE_URLS']