<html><body><div style="font-family: Verdana; font-size: 10pt; color: #000000"><div>Hi all,</div><div><br></div><div>I have been working on KEYCLOAK-123:&nbsp;Refreshing page or opening bookmarked pages doesn't work. Basically the issue is that when a URL (eg: http://localhost:8080/auth-server/admin/index.html#/realms/test) is pasted or refreshed, we are thrown back to the default/first realm settings page instead of intended page.</div><div><br></div><div>It basically needs some changes to the <a data-mce-href="https://github.com/keycloak/keycloak/blob/master/admin-ui/src/main/resources/META-INF/resources/admin/js/controllers/realm.js#L1" href="https://github.com/keycloak/keycloak/blob/master/admin-ui/src/main/resources/META-INF/resources/admin/js/controllers/realm.js#L1">GlobalCtrl</a>&nbsp;in order to not set any $location by default, leaving it to the angular router to handle the path.</div><div><br></div><div>So, while fixing this, it made sense to me and Stian that the landing page would rather be a Realms List instead of landing on the first realm settings page. There's already a realm-list.html page made for this (which needed some fixes to work properly). So the idea now would be to make this page a bit more dynamic: in case the user is not logged in it should show a brief intro about Keycloak while in case the user is logged in, it would show the realm list (plus any other generic information that would make sense to be in keycloak "home page").</div><div><br></div><div>Any comments and/or requirements on this ?</div><div><br></div><div><br></div><div>Regards,</div><div>Alexandre</div><div><br></div><div><br></div></div></body></html>