The OKDP UI admin user is configured as adm while the Keycloak admin user is configured as admin, creating issues logging into a service after logging into the other.
Steps to reproduce
- Log in to OKDP UI as
adm
- Navigate to Keycloak UI
- Observe login failure / wrong session
Keycloak UI when logged in as OKDP admin

OKDP UI when logged in as Keycloak admin

Expected: Both services share the same admin username for a more unified demo user experience.
Actual: OKDP uses adm, Keycloak uses admin, causing session/auth conflicts.
The OKDP UI admin user is configured as
admwhile the Keycloak admin user is configured asadmin, creating issues logging into a service after logging into the other.Steps to reproduce
admKeycloak UI when logged in as OKDP admin
OKDP UI when logged in as Keycloak admin
Expected: Both services share the same admin username for a more unified demo user experience.
Actual: OKDP uses
adm, Keycloak usesadmin, causing session/auth conflicts.