Good morning,
I'm struggling to integrate Keycloak.js with our admin-ui. Everything
works perfectly well out of admin-ui with UPS and Angular.js as you
might notice here:
https://github.com/abstractj/aerogear-unifiedpush-server/tree/keycloak-an...
The issue lies when I enable the routes related with redirect and
MainController:
https://github.com/abstractj/aerogear-unifiedpush-server/tree/keycloak_an....
Just open
http://localhost:8080/ag-push and watch your browser reload
like crazy. When the main route and redirect are disable, everything goes
well:
https://github.com/abstractj/aerogear-unifiedpush-server/commit/dd9438c65...
At first glance it doesn't sound to be a problem on KC.js, once already works with
Angular.js:
https://github.com/keycloak/keycloak/tree/master/examples/demo-template/a....
If you have any idea, help is appreciated.
--
abstractj