Coder.comC
Coder.com2y ago
20 replies
Multigestern

Keycloak OpenID Connect does not work

Hello, I configured Keycloak as my OID Provider.
I run Coder in Docker and added these lines to it (Obviously configured):
CODER_OIDC_ISSUER_URL: "https://auth.my.domain”
CODER_OIDC_CLIENT_ID: "coder-client"
CODER_OIDC_CLIENT_SECRET: “My Secret Token”

But this throws the following error on startup:
Encountered an error running "coder server", see "coder server --help" for more information
error: create oidc config: configure oidc provider: 404 Not Found: {"error":"Unable to find matching target resource method","error_description":"For more on this error consult the server log at the debug level."}

Can someone might help me?
Was this page helpful?