OAuth2 login option not showing after installing nodebb-plugin-sso-oauth2-multiple
-
Hi everyone,
I hope you're doing well! I'm having a small issue with the
nodebb-plugin-sso-oauth2-multiple
plugin and was wondering if someone could kindly point me in the right direction.Here's what I've done so far:
- Installed the plugin
- Configured the required parameters in the admin panel
- Ran
./nodebb build
and restarted NodeBB
However, the OAuth2 login option doesn’t seem to appear on the login page. Could this be because:
- The plugin hasn’t been adapted for NodeBB v4 yet?
- Or might I have missed something in the setup?
I’d really appreciate any advice or suggestions—thank you so much in advance for your help!
Best regards,
Y.T.
-
Hi everyone,
I hope you're doing well! I'm having a small issue with the
nodebb-plugin-sso-oauth2-multiple
plugin and was wondering if someone could kindly point me in the right direction.Here's what I've done so far:
- Installed the plugin
- Configured the required parameters in the admin panel
- Ran
./nodebb build
and restarted NodeBB
However, the OAuth2 login option doesn’t seem to appear on the login page. Could this be because:
- The plugin hasn’t been adapted for NodeBB v4 yet?
- Or might I have missed something in the setup?
I’d really appreciate any advice or suggestions—thank you so much in advance for your help!
Best regards,
Y.T.
-
Hi, I realize that I did not enable the connection in the plugin setting panel. After that, it immediately works. But when I sign in in keycloak panel, it turns out like that.
Could you point me the reason? Thanks a lot.
Hi @Yuting_11, you'll want to see more logs, the stack track is cut off because
./nodebb log
only shows the last 10 lines or so.The error suggests something is wrong with the configuration, but I don't know for sure.