Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Assistance with Keycloak OIDC Configuration for Coder #16262

Closed Answered by blackfishik
blackfishik asked this question in Coder
Discussion options

You must be logged in to vote

Good day!

Just for reference, I managed to configure OIDC with Keycloak through trial and error. I came across a configuration example for Semaphore UI (https://docs.semaphoreui.com/administration-guide/openid/keycloak/) and decided to try the same approach with Coder. And it worked.

Here’s the working configuration:

CODER_OIDC_ISSUER_URL: "https://keycloak.local/realms/homelab"
CODER_OIDC_CLIENT_ID: "coder-app"
CODER_OIDC_CLIENT_SECRET: "secret"
CODER_OIDC_SIGN_IN_TEXT: "Sign in with Keycloak"
CODER_OIDC_IGNORE_EMAIL_VERIFIED: "true"

I hope this will be helpful to someone :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by blackfishik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant