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

How to access Keycloak as admin #433

Open
abstract-thinking opened this issue Jan 1, 2025 · 2 comments
Open

How to access Keycloak as admin #433

abstract-thinking opened this issue Jan 1, 2025 · 2 comments

Comments

@abstract-thinking
Copy link

abstract-thinking commented Jan 1, 2025

Hi @rieckpil,

starting the app worked as expected from scratch.

At the moment I have the problem to get access to the Keycloak server.

Invoking this URL works fine: http://localhost:8888/auth/realms/spring/account/#/ and redirects to this page http://localhost:8888/auth/realms/spring/login-actions/authenticate?execution=4fad4ee7-b36f-4e15-bf73-ea337ffe808f&client_id=account-console&tab_id=XSA0aw9VIAA which works fine for the user.

Adding username and keyword as given in the docker-compose file leads to the error message: Invalid username or password.

From the video I have taken this URL http://localhost:8080/auth/admin/master/console/#/realm/spring but I got a 404 Not Found.

How can I access Keycloak correct as an admin?

Thanks,
Markus

@rieckpil
Copy link
Owner

rieckpil commented Jan 2, 2025

Hi @abstract-thinking,

to access the Keycloak Admin UI (please note that this is not the application), visit http://localhost:8888/auth/admin and use keycloak as username and password. Within here you don't need to configure anything, this is the administration panel of the identity provider (think login service that hosts all connected applications and the pool of users).

To access to actual application, please visit http://localhost:8080 and use the usernames/passwords provided in the central README.

Let me know if that works for you,
Philip

@abstract-thinking abstract-thinking changed the title How to access Keycloak How to access Keycloak as admin Jan 2, 2025
@abstract-thinking
Copy link
Author

Hey @rieckpil, your answer helped me to follow you in the video about the Keycloak configuration. Thanks a lot, Markus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants