Multiple openid-connect authentication providers

I am looking for a plugin to support SSO with an OpenID connect provider (specifically Keycloak) but need to be able to support multiple realms, and therefore multiple openid connect providers.

From what I have read on the OpenID connect plugin, you can only setup a single client which uses a discovery document such as https://{keycloak_server_url}/auth/realms/{realm}/.well-known/openid-configuration

However we have users across many realms in keycloak that need to be supported by a single (self hosted) Discourse installation.

Is there any way to allow Discourse to be setup with mutiple clients and then use a short url to initiate a SSO with a specific realm e.g.

https://{discourse_server}/sso/realm/A
https://{discourse_server}/sso/realm/B
https://{discourse_server}/sso/realm/C

Each with their own OAUTH client config.

2 Likes

Hey there, I’m exactly looking into the same issue. I’m wondering if you found a solution since then by any chance?

Thanks :slight_smile:

@MSG160 , @ImaCrea

Did either of you found a solution? :grin: