Hello I’m working with a high-traffic self-hosted instance of Discourse.
It’s hosted on Digital Ocean. It uses the discourse-openid-connect plugin and Auth0 to do authentication.
For authorization we use a third-party vendor to check the cookies for the user’s email we’ve gotten from Auth0.
It seems that the email value is not getting written to the cookie. When our third-party authorization goes to check for the cookie, it’s not finding it. Our users get our paywall even though they are paid subscribers.
My question is how can I troubleshoot this to see where the problem lies?
I have:
- Turned on the logs. But I don’t have the experience with the Open Id process to interpret the logs.
- I haven’t made any changes to the plugin settings.
- haven’t looked at the Open ID connect discovery document yet, I’m working on getting access to that soon.
These discourse forums have been running without problems for a long time. I haven’t made any changes to the plugins. I haven’t added/taken away anything.
I think this started happening after the 2.9.0.beta2 update.
You can see the forums here: forums.wholehogsports.com
Thank you for your time. Any suggestions would be helpful. I don’t have much experience with this so I appreciate any correction or clarification of my description.