Skip to content
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

User is stuck in login loop if Keycloak is misconfigured on Quarkus #2921

Open
mmuzikar opened this issue Aug 22, 2023 · 2 comments
Open

User is stuck in login loop if Keycloak is misconfigured on Quarkus #2921

mmuzikar opened this issue Aug 22, 2023 · 2 comments

Comments

@mmuzikar
Copy link
Contributor

When Hawtio is configured to use Keycloak there is no information for the user that something is wrong with the configuration / services and the issue is not strictly due to their invalid password.

This is what happens when a keycloak instance is not running on Quarkus:
Peek 2023-08-22 17-58

For springboot with the same setup there's a redirection failure
image

It would make sense to tell users that the service is down so they are unable to login.

@tadayosi
Copy link
Member

@mmuzikar The login page shouldn't show up when Keycloak is enabled. I suspect it's an issue with browser cache. Do you use Incognito mode and still see the same issue?

@mmuzikar
Copy link
Contributor Author

This happens when quarkus-oidc extension is not added to the project. When quarkus-oidc is added a normal error page is shown when keycloak is not running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants