SSO Integrations
-
Hi I have installed 3 plugins
using these commands
npm install nodebb-plugin-sso-facebook
npm install nodebb-plugin-sso-twitter
npm install nodebb-plugin-sso-googleI have two questions
- Facebook button is not appearing on my forum login while other two are visilble(Google and Twitter)
- Both Google and Twitter are redirecting to http://localhost:4567/auth/google/callback
but it should redirect to http;//mydomain/auth/google/callback
what could be the issue any guess.
I am running it on Ubuntu VM using MongoDB..
-
as temporary fix I have hardcoded the URL in my Plugins code because nconf('url') is returning localhost:4567 rather than my domain..
-
Now Main issue is facebook plugin is not working I have tried with both 1.0.4 and 1.0.5 NodeBB is not able to get plugin directory in FileSystem while it is there..
-
@abhishekgupta you should try changing the URL field in your
config.json
Change it from localhost:4567 to your.site:4567
-
hey @pitaj my config.json is already having mydomain.com entry rather than localhost:4567
Dunoo from where else this localhost:4567 is coming from..
-
@agusputra said:
It seems bug of facebook-sso.
Read this :
https://github.com/julianlam/nodebb-plugin-sso-facebook/issues/21I've been having this issue too.