You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forcing users to go to Authn MFE results in a bad UX. We need to let the platform decide on login and registration.
Imagine this scenario: you have a TPA setup and want users to log in there directly. you can have this by adding "THIRD_PARTY_AUTH_HINT": "some-provider-slug" and if users go to /login it redirects them to the TPA login/registration page but the current logic takes users to the Authn MFE and they need to know that they have to click on another button which results in a bad UX!
Forcing users to go to Authn MFE results in a bad UX. We need to let the platform decide on login and registration.
Imagine this scenario: you have a TPA setup and want users to log in there directly. you can have this by adding
"THIRD_PARTY_AUTH_HINT": "some-provider-slug"
and if users go to/login
it redirects them to the TPA login/registration page but the current logic takes users to the Authn MFE and they need to know that they have to click on another button which results in a bad UX!edx-platform/lms/templates/header/navbar-not-authenticated.html
Lines 51 to 69 in 3c571f3
The text was updated successfully, but these errors were encountered: