[keycloak-user] Failed to initialize in KC 3.4

Marek Posolda mposolda at redhat.com
Thu Dec 14 07:38:36 EST 2017


The best is likely to look at Keycloak quickstart/examples for JS 
adapter and compare what is different.

Marek

On 12/12/17 10:45, Corentin Dupont wrote:
> Hi guys,
>
> I use this code in my javascript application:
>
> var keycloak = Keycloak();
>          keycloak.init().success(function(authenticated) {
>              alert(authenticated ? 'authenticated' : 'not authenticated');
>          }).error(function() {
>              alert('failed to initialize');
>          });
>
> Since I updated Keycloak I get the message 'failed to initialize'.
> It was working well with the previous version of KC 3.2.
>
> What could it be? How can I get a better error message?
>
>
> Thanks!
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user




More information about the keycloak-user mailing list