-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let the platform decide where to take the user #87
Comments
CodeWithEmad
added a commit
to CodeWithEmad/tutor-indigo
that referenced
this issue
Jun 12, 2024
We force users to go to authentication mfe for login/registration and prevent the login behaviour tweaks like having THIRD_PARTY_AUTH_HINT in your site configuration which redirect users to a TPA when they visit /login. Close overhangio#87
CodeWithEmad
added a commit
to CodeWithEmad/tutor-indigo
that referenced
this issue
Jun 12, 2024
We force users to go to authentication mfe for login/registration and prevent the login behaviour tweaks like having THIRD_PARTY_AUTH_HINT in your site configuration which redirect users to a TPA when they visit /login. Close overhangio#87
CodeWithEmad
added a commit
to CodeWithEmad/tutor-indigo
that referenced
this issue
Jun 14, 2024
We force users to go to authentication mfe for login/registration and prevent the login behaviour tweaks like having THIRD_PARTY_AUTH_HINT in your site configuration which redirect users to a TPA when they visit /login. Close overhangio#87
CodeWithEmad
added a commit
to CodeWithEmad/tutor-indigo
that referenced
this issue
Jun 14, 2024
We force users to go to authentication mfe for login/registration and prevent the login behaviour tweaks like having THIRD_PARTY_AUTH_HINT in your site configuration which redirect users to a TPA when they visit /login. Close overhangio#87
CodeWithEmad
added a commit
to CodeWithEmad/tutor-indigo
that referenced
this issue
Jun 14, 2024
We force users to go to authentication mfe for login/registration and prevent the login behaviour tweaks like having THIRD_PARTY_AUTH_HINT in your site configuration which redirect users to a TPA when they visit /login. Close overhangio#87
CodeWithEmad
added a commit
to CodeWithEmad/tutor-indigo
that referenced
this issue
Jun 14, 2024
We force users to go to authentication mfe for login/registration and prevent login behavior tweaks like having THIRD_PARTY_AUTH_HINT in your site configuration which redirects users to a TPA when they visit /login. Close overhangio#87
github-project-automation
bot
moved this from Backlog
to Done
in Tutor project management
Jun 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
I don't think that this is not a big issue but we should let the platform decide where to take the user since we can change the login. I believe checking for
should_redirect_to_authn_mfe
is happening in the edx-platform and there's no need for thattutor-indigo/tutorindigo/templates/indigo/lms/templates/header/navbar-not-authenticated.html
Lines 52 to 70 in 1dc3c5c
for example, if you set
THIRD_PARTY_AUTH_HINT
to your tpa slug, /login will take you to that page, instead of login in authn MFE.The text was updated successfully, but these errors were encountered: