Problem logging in using SSO plugin

When I try to login from my wp site, i get this error: Too many redirects occurred trying to open.
discourse site is here: http://forum.mercenarytrader.com

could it be that the secret key has changed? Tried to rebuild app from terminal but still can’t access the site.

Is there a way to disable SSO on discourse from terminal?

Sorry I’m new to all this. Thanks

I can’t even load http://forum.mercenarytrader.com without being redirected to WordPress.

What plugin are you using?

Hi @downey I’m using this plugin PrimeTime WordPress + Discourse SSO – WordPress plugin | WordPress.org

What if you check it by mistake?

If you check enable_sso by mistake and need to revert to the original state and no longer have access to the admin panel

run:

./launcher enter app
rails c
irb > SiteSetting.enable_sso = false
irb > exit
exit

From: Official Single-Sign-On for Discourse (sso)

2 Likes