Unable to login after upgrade to 1.15
-
I have tested the fix on this forum with just the facebook sso plugin enabled and it worked as expected. Cold loading /login redirects to facebook login and clicking on the login button gets back
{external: '/auth/facebook'}
which also triggers the facebook auth flow. -
This fix is included in 1.15.5 https://github.com/NodeBB/NodeBB/releases/tag/v1.15.5.
It only happens when you disable local login for registered users, change registration type to
No registration
and have 1 SSO plugin active. In this case cold loading the/login
route will automatically redirect to the auth route. Clicking the login link in the header will get{external: '/auth/route-to-sso'}
from the server and redirect to that route here.
Copyright © 2024 NodeBB | Contributors