devstack login MFE authn

Hello everyone,

I am currently researching DevStack and encountering an issue where clicking on login redirects me to the LMS login page. How can I configure it to allow login in MFE authn?

Thank you for your assistance.

@TNS_FX1838, you need to enable the feature toggle. You can do this by adding the following code to lms/envs/private.py:

from .common import FEATURES

FEATURES['ENABLE_AUTHN_MICROFRONTEND'] = True

Then, you can run make dev.up.frontend-app-authn in your devstack directory to start the relevant service.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.