ITADN

Example OpenID Connect configuration for docker-based deployments

#675Closedandreas-bulling 创建于 2026-06-24
A
andreas-bullingcommented
I want to run docker-zulip with OpenID Connect (in my cas kanidm). However, there only seems to be documentation for how to set it up when using the normal version. I assume specifically that the following will not work in `compose.override.yaml`, correct?! What is the valid syntax then? ``` SOCIAL_AUTH_OIDC_ENABLED_IDPS: dict[str, Any] = { "zulip": { "oidc_url": "https://auth.REDACTED/api/openid", "display_name": "Kanidm", "display_icon": None, "client_id": "<your client id>", "secret": "<your_secret>", "auto_signup": False, # "extra_attrs": ["title", "mobilePhone", "zulip_role"], }, } ```
关闭于 2026-06-28 3 条评论