Thanks will give this a try.
Also considering having the WP site in an iframe on my NBB homepage, then styling both to match. However, with this option, I'm not sure how best to setup SSO. Is there a way to use NBB as Login, Registration and Profile and pass the info to WP. ie using NBB as the AUTH provider?
Integration with Wordpress as private community site
-
Hey, I would need to integrate nodeBB into a Wordpres site as a communication medium for logged-in members. No integration into posts, just a private forum for Wordpress logged-in users with a certain level of privileges. Would need:
- nodeBB use Wordpress user base for login (SSO)
- nodeBB webspace protected so only Wordpress logged in users with a given level of rights would have access to it
Is there some WP plugin out there to provide such a functionality, if not is there anything planned? Thanks.
-
@yol Off-hand, there's no plug and play way to do this right now. We can add in single sign on for "Wordpress.com" logins, but that is different.
On your end, you'll have to install something like this: http://wordpress.org/plugins/oauth2-provider/
Then you (or perhaps myself?) can fork the NodeBB OAuth SSO skeleton plugin so that it can call your standalone oauth2 provider.
Then disable registration routes from the ACP.
-
-
We have a WordPress SSO now
-
@julian any new update regarding this matter? So user dont need to register in the forum.. They only register once in the wordpress website, and automatically logged in at the forum
-
Yes, you'll want to use the Wordpress SSO. There's no support for session sharing at the moment (so, the "auto login" part).