-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OIDC with Keycloak not working #573
Comments
Looks like the frontend env vars weren't working properly, I've fixed that in #574. Can you try again with the |
That fixed the issue! But now i have another error :/ Upon redirect ganymede displays
in a json file and Keycloak spits out
Did i miss smth? Thanks for resolving the previous issue that fast tho! |
I haven't used Keycloak before so I'm not sure. I would google the Keycloak error and see if there's something specific to Keycloak that you may need to do. Else try re-creating the Keycloak app? |
Ive seen that post but sadly nothing worked. I dont know if this is relevant but ive noticed that adding the
parameter to the request from ganymede gets rid the error and just results in an internal error from ganymede. Keycloak then only complains about the non existant group scope being requested, which can easily be fixed in keycloak. |
Hi, i cant get the oidc integration to work with my keycloak setup. There are no erros anywhere, but there isnt a login with sso button anywhere in the ui and the automatic redirect to the sso login page also doesnt seem to work. Toggling "SHOW_SSO_LOGIN_BUTTON" and "FORCE_SSO_AUTH" doesnt have any effect. Here is my compose file:
The text was updated successfully, but these errors were encountered: