Login Loop & 401 Unauthorized API Error after Keycloak Authentication (Docker Compose Setup) #3
-
|
Hi,I'm currently setting up Galaxy-KC using the Docker Compose method as described in the galaxy-kc repository. I've successfully deployed the Docker containers and configured Nginx as a reverse proxy with Let's Encrypt SSL certificates for both Galaxy (schedule.mydomain.xyz) and Keycloak (id.mydomain.xyz). I've also configured Keycloak (running separately via Docker Compose) with a realm (ucs) and a confidential client (galaxy) with the correct redirect URIs (https://schedule.mydomain.xyz/oidc/validate and https://schedule.mydomain.xyz/*). The Issue: Debugging Information: Environment: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
|
This is the content in the.env configuration file: This is the Nginx configuration for Galaxy: |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Startrek666, why is there
|
Beta Was this translation helpful? Give feedback.
-
|
https://github.com/nordeck/jitsi-keycloak-adapter-v2?tab=readme-ov-file#3-keycloak-configuration This is a similar config. Instead of "JItsi URL" in this guide, use your Galaxy URL. |
Beta Was this translation helpful? Give feedback.

Hi @Startrek666, why is there
KEYCLOAK_CLIENT_SECRETin.env?Access Typeshould bepublicfor Keycloak's client.Or
client authenticationshould beoffif this Keycloak is 20.x or newer.