Closed edouardr closed 1 year ago
Do this in master realm and verify
Are you logging in as the master
realm admin user? If so, you needs to set the Admin UI Theme in the master
realm to phasetwo.v2
. It's a quirk of Keycloak that the admin UI theme that gets used is the theme of the realm from the user you log in as.
Ah of course!
Thanks guys, it works. Maybe it would be good to menton it in the documentation?
In the Admin Console UI, of the master realm, go to the Realm Settings -> Themes page and select
phasetwo.v2
Hi,
I am using docker to build a container image with Keycloak Orgs. Below is my
Dockerfile
.As you can see, I am importing a realm that is already setup to use
phasetwo.v2
admin ui's theme. However, the extension menu never appears on the nav bar (see below screenshot). I also enabled theinvitation
policy.I have looked at the source code of the Admin UI repo. I could find a reference to
showOrgs
in branch21.0.2_orgs
and not in the main branch.We can see that
showOrgs
callshasSomeAccessByString()
function from the AccessContext. However, this function does not seem to exist in the context of my app:This leads me to think that the theme is not loaded properly.
Is there anything that I am missing to get it working?
Thanks for your help.