Hello again, reposting my issue from a few days ba...
# troubleshoot
m
Hello again, reposting my issue from a few days back again to see if anyone could me with it. Appreciate any type of help! 🙂 Update: I have found that the methods in the class
CentralLogoutController.java
(datahub/datahub-frontend/app/controllers) are not used in any part of the code. I have also found that the default logout URL used is
"/"
, shouldn't it be something like this for Keycloak??
Copy code
https://<keycloak_hsot>/auth/realms/<realm>/protocol/openid-connect/logout?redirect_uri=https://<datahub_host>/logout
g
Hi @microscopic-mechanic-13766 You can find the reference to this class in routes file at datahub-frontend/conf/routes. Please validate your configuration, it should have AUTH_OIDC_ENABLED=true for logout to work and also re-check other configuration parameters (https://datahubproject.io/docs/authentication/guides/sso/configure-oidc-react)
m
Hi @gentle-hamburger-31302 is that file supposed to be inside the
datahub-frontend-react
container? Under that container I can only find
Copy code
application.conf  jaas.conf         logback.xml       user.props