Not able to enable oauth2 login with management UI #10434
Replies: 1 comment
-
Please use GitHub Discussions for questions. You have not provided any evidence of a bug in the OAuth 2 plugin. Take a look at the logs:
We cannot suggest much more than investigating what may be going on with the token. Key validation steps are documented, and there are several detailed examples available for various identity providers, including Keycloak. Enabling debug logging might help reveal additional information. Otherwise, we don't have much to work with since you have left out essential pieces of information, like the structure of the token and the details of your setup as compared to the Keycloak example. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Hi experts,
I am working with rabbitmq integration with oauth2 for management UI. I am using keycloak as my identity provider.
I have tried successfully with the example in tutorial. For which, I run a docker locally with the configuration provided inside tutorial repo, and keycloak is already setup and used by many other applications(public access).
However, I tried to apply similar configuration to the instance that I deployed in a kubernetes cluster, it doesn't work. I cannot even see the "Click here to log in" button. I can only see the login ui with username and password.
When checking the log from rabbitmq server, I can see the log as below:
I am using cluster-operator to deploy rabbitmq with below configuration:
Reproduction steps
1.Deploy rabbitmq with above setup
2.Open rabbitmq management UI
Expected behavior
Expect UI:
Additional context
I also tried to use helmchart deployment from bitnami, same issue
Beta Was this translation helpful? Give feedback.
All reactions