@Neeru-Gupta We tried using the same plugin,nodebb-plugin-fusionauth-oidc for authenticating through the keycloak provider but While rebuilding & restarting after installing our Nodebb app breaks. We are unable to proceed further. We have to again clone the whole code to get started with.
Could you please share with me the steps on how you have done & configured it?
We are using another plugin now as nodebb-plugin-sso-oidc which we are able to install & configure. But we are getting SSL protocol error while trying to login
google authentication redirect path setting
-
Hello,
I am trying to set up the google authentication but I don't manage to set up the correct redirect url.
My forum domain has the following format : https://subdomain.domain.com/forum
Could someone please help me with setting up the redirect url correct?
thanks in advance -
@Peter-Zoltan-Keresztes The redirect URL should be https://subdomain.domain.com/forum/auth/google/callback
-
OK, thank you I will set it up and let you know
-
@julian said:
Nope is not working.
I am getting this:
scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email response_type=code redirect_uri=https://subdomain.domain.com/forum/auth/google/callback client_id=<googleclientid>
-
@julian said:
Need more info. I can't work with "not working", sorry
Look at the code above, this is what I get on the browser. I have run the ./nodebb dev but I don't get any information in the console, so kind of this is all I have.