p2-inc / keycloak-orgs

Single realm, multi-tenancy for SaaS apps
Other
361 stars 65 forks source link

Not able to see Organization Extension #253

Closed ankit-akteena closed 6 days ago

ankit-akteena commented 6 days ago

I am running the docker command from https://quay.io/repository/phasetwo/phasetwo-keycloak

docker run --name phasetwo_test --rm -p 8080:8080 \
    -e KEYCLOAK_ADMIN=admin \
    -e KEYCLOAK_ADMIN_PASSWORD=admin \
    -e KC_HTTP_RELATIVE_PATH=/auth \
    quay.io/phasetwo/phasetwo-keycloak:latest \
    start-dev \
    --spi-email-template-provider=freemarker-plus-mustache \
    --spi-email-template-freemarker-plus-mustache-enabled=true \
    --spi-theme-cache-themes=false

the container is running , i have set the theme as well to phasetwo.v2 but i dont the organization extention on my UI , are there any other steps i need to do to make it come up , i thought the docker image had all things included

image
xgp commented 6 days ago

Did you log out and log back in again? The admin UI doesn't load different themes without a new session.

ankit-akteena commented 6 days ago

yes did logout and login , also tried in incognito but still the same

xgp commented 6 days ago

Can't repro. Video of my exact steps: https://github.com/p2-inc/keycloak-orgs/assets/244253/7a5cb7cc-eb09-42e9-afd2-9a1875c1d655

Couple of debugging ideas:

ankit-akteena commented 6 days ago

Ahh the second point was the issue , now it is working , Thanks for the video really helpful.