[keycloak-user] keycloak.js - page reloads itself when logged in

Andy Yar andyyar66 at gmail.com
Tue Sep 6 08:43:15 EDT 2016


I've spent some time in Firefox's debugger and found out that the redirect
occurs right after the window.postMessage() is called in the
checkLoginFrame function.

The demo project code seems to be in line with my code. Might try it's
runtime behavior later.

On Tue, Sep 6, 2016 at 8:19 AM, Marek Posolda <mposolda at redhat.com> wrote:

> On 01/09/16 23:34, Andy Yar wrote:
>
> Hello,
> I've created a template of a Angular based app using keycloak.js lib.
> After a successful login the app/page periodically reloads itself. I guess
> it's because of the iFrame session check being set to 5sec interval
> (requesting url: <base_url>/#state=<hash>&code=<hash>).
>
> That's strange... IFrame is supposed to just check the cookie, not to do
> any reload.
>
> Maybe take a look at our angular examples and see if you do something
> differently? See https://github.com/keycloak/
> keycloak/tree/master/examples/demo-template/angular-product-app . Note
> the angular.bootstrap called after Keycloak authentication is fully
> finished.
>
> Marek
>
>
> This happens in latest Firefox and Edge. Chrome seems to handle these
> reloads quietly.
>
> Is this intended?
>
> Thanks
>
>
> _______________________________________________
> keycloak-user mailing listkeycloak-user at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/keycloak-user
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20160906/7976f67a/attachment-0001.html 


More information about the keycloak-user mailing list