FusionAuth / nodebb-plugin-fusionauth-oidc

NodeBB Plugin that allows users to login/register via any configured OAuth provider.
https://fusionauth.io
BSD 2-Clause "Simplified" License
8 stars 9 forks source link

Possible to use the plugin when running NodeBB on HTTP? #13

Open ThorodanBrom opened 2 years ago

ThorodanBrom commented 2 years ago

Hello,

We are testing the plugin with an instance running on localhost of NodeBB on HTTP and an OIDC provider that is deployed elsewhere on HTTPS. We're able to login successfully on our OIDC provider, but the callback to NodeBB fails since it's directed to HTTPS and NodeBB is on running on HTTP.

0909e99e-dd3b-4bef-9cd6-d64023c9b59c

To make the testing easier, is there any way we can change the callback URL to a HTTP endpoint?

mooreds commented 2 years ago

@ThorodanBrom you should be able to set the callback to be http. What happens when you try to do so?