多个 openid-connect 认证提供商

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.

3 个赞

嘿,我遇到了同样的问题。不知道你是否找到了解决方案?

谢谢 :slight_smile:

@MSG160@ImaCrea

你们有人找到解决方案了吗? :grin: