<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 11/13/2013 12:57 PM, Alexandre
Mendonca wrote:<br>
</div>
<blockquote
cite="mid:2084142009.23065966.1384343865292.JavaMail.root@redhat.com"
type="cite">
<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: Refreshing page or
opening bookmarked pages doesn't work. Basically the issue is
that when a URL (eg:
<a class="moz-txt-link-freetext" href="http://localhost:8080/auth-server/admin/index.html#/realms/test">http://localhost:8080/auth-server/admin/index.html#/realms/test</a>)
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
moz-do-not-send="true"
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> 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>
</blockquote>
<br>
For non logged user it makes sense. I'm not so sure about the
logged-in user use-case.<br>
<br>
I can see two cases:<br>
1. User wants to edit 1st realm from the list - he has to click on
that realm from the list. Now he's already there. Result: 1 more
step added.<br>
2. User wants to edit non-1st realm from the list - he has to click
on the realm from the list. Now he has to choose it from the list.
Result: equal number of steps.<br>
<br>
So unless we know what useful "other generic information" should be
there, for me it's like adding one more step for the user in some
cases. I'm aware of facts, that "steps" in my cases are not equal to
clicks and those information value can leverage that extra step, I'm
just trying to add my 5c. <br>
<br>
<blockquote
cite="mid:2084142009.23065966.1384343865292.JavaMail.root@redhat.com"
type="cite">
<div style="font-family: Verdana; font-size: 10pt; color: #000000">
<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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
keycloak-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>