Error of Discourse OpenID Connect

I want to connect an external keycloak provider to my forum.
so, I used Discourse OpenID Connect.
https://meta.discourse.org/t/discourse-openid-connect/103632/1
but, I got an error message When setting options and connecting.
I’m not familiar with Discourse, so I don’t know what to do.
Please help me.

1 Like

Hi :wave:! Welcome to Discourse Meta :discourse2:

Can you share if there are any errors or warnings in /logs?

Maybe there might be a clue there :thinking:

You can also PM me if you need additional help :slight_smile:

I received this error log:

NameError (uninitialized constant FinalDestination::FaradayAdapter) lib/cache.rb:94:in `fetch' lib/middleware/omniauth_bypass_middleware.rb:50:in `call' lib/content_security_policy/middleware.rb:12:in


I see that you are using the Discourse image created by Bitnami, which is an unsupported installation.

But, depending on the error, it could be that something is wrong with the discovery document.

I would recommend you try a setup based on the official Discourse :smiley:!

2 Likes

This error suggests you are using an old version of Discourse core. If you update to the latest stable, beta or tests-passed version of Discourse the problem should be resolved.

I’m not sure how updating works with the Bitnami image. As @Alexander mentioned, we do not recommend or support the Bitnami image. For the best experience, we recommend the Standard Install

5 Likes

(post deleted by author)

@Ken95 Did you find any way to fix it ?