Skip to content

Home URL for security-admin-console is broken #34015

@thomasdarimont

Description

@thomasdarimont

Before reporting an issue

  • I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.

Area

admin/ui

Describe the bug

The home URL link for the realm scoped security-admin-console client in the admin-ui is wrong

image

In this case the Home URL is http://localhost:8081/auth instead of http://localhost:8081/auth/admin/demo/console/.

Version

26.0.0

Regression

  • The issue is a regression

Expected behavior

The home URL should be ${authServerUrl}/admin/demo/console/.

Actual behavior

In this case the Home URL is just ${authServerUrl}.

How to Reproduce?

  1. docker run -it -p 8080:8080 -e KC_BOOTSTRAP_ADMIN_USERNAME=admin -e KC_BOOTSTRAP_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:26.0.0 start-dev
  2. Login to admin console http://localhost:8080/admin/master/console/#/master/clients
  3. Click on clients
  4. Look at the Home URL of the security-admin-console client

Anything else?

This ought to be fixed within #31038 but it still seems to be broken.

This is also broken in main.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions