<div dir="ltr">I was able to solve this issue by not bootstrapping the Angular app using the ng-app directive on the html tag but using the manual command that you have in app.js (i.e. angular.bootstrap(document, [&quot;product&quot;]); <div><br></div><div>I think previously my app was getting loaded before the Auth provider is created and that was causing issues and now with this change, everything works fine.</div><div><br></div><div>Hope if someone else has this issue it will be of use.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 7, 2014 at 5:20 PM, Stian Thorgersen <span dir="ltr">&lt;<a href="mailto:stian@redhat.com" target="_blank">stian@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you can extend angular-product-app to make the issues happen there, or point me to an app where it does, I&#39;ll fix it.<br>
<div><div class="h5"><br>
----- Original Message -----<br>
&gt; From: &quot;Travis De Silva&quot; &lt;<a href="mailto:traviskds@gmail.com">traviskds@gmail.com</a>&gt;<br>
&gt; To: <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
&gt; Sent: Tuesday, 7 October, 2014 2:18:41 AM<br>
&gt; Subject: [keycloak-user] Pure Client Javascript Adapter - fragment problem -  KEYCLOAK-546<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; Not sure if anyone else has faced this issue but I don&#39;t seem to be able to<br>
&gt; get the Pure client javascript adapter working.<br>
&gt;<br>
&gt; I am sort of following the same style as per the example angular-product-app<br>
&gt; but unlike the example, my application has many routers and I use the<br>
&gt; angular ui-router to manage my routers in angular.<br>
&gt;<br>
&gt; The Keycloak login page comes up properly and once I provide the valid<br>
&gt; credentials, it authenticates properly as well but the issue is with the<br>
&gt; redirect.<br>
&gt;<br>
&gt; I tried many different things and one common issue I noticed was that the<br>
&gt; redirect_uri and redirect_fragment query parameters does not seem to be<br>
&gt; correct.<br>
&gt;<br>
&gt; In fact it seems to be identical to this Jira issue raised by Bill sometime<br>
&gt; back <a href="https://issues.jboss.org/browse/KEYCLOAK-546" target="_blank">https://issues.jboss.org/browse/KEYCLOAK-546</a><br>
&gt;<br>
&gt; I wonder if this issue is still present in the 1.0.1 final release or if its<br>
&gt; resolved and maybe I am not doing something right.<br>
&gt;<br>
&gt; Appreciate any help.<br>
&gt;<br>
&gt; Cheers<br>
&gt; Travis<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; keycloak-user mailing list<br>
&gt; <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
</blockquote></div><br></div>