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.
To make the testing easier, is there any way we can change the callback URL to a HTTP endpoint?
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.To make the testing easier, is there any way we can change the callback URL to a HTTP endpoint?