We plan to use keycloak to secure a bunch of web apps, some written in Java, some in JavaScript (with React). After the user is logged in by keycloak, each of those web apps needs to retrieve the user that is logged in and the realm/client roles...
My login component briefly displays before being removed by an error message about an undefined object in a promise. Here is the promise definition: static init(): Promise<any> { KeycloakClientService.auth.loggedIn = false; return n...
we are using a keycloak 1.3.1 authentication library, and I've noticed that once I initialize the keycloak with { onLoad: 'login-required' }, IE (11) gets infinite loop... Other browsers work fine. I'm basically doing this: keycloa...
We are developing Spring application with React/Redux frontend. We successfully integrated it with Keycloak authentication service. However, we encountered unwanted behaviour after access token timed out. Our restMiddleware looks like this (simplifie...
In our system we have so far been using Keycloak 3.4.3 and the Script Authenticator authentication provider functionality as part of the browser based authentication. Now, after upgrading to Keycloak 4.6.0.Final, we noticed that the option for Script...
My question is quite simple : does anybody know how to integrate Ember.JS and Keycloak (the SSO system) ? We currently face a problem using the Keycloak JS Bower library (https://github.com/keycloak/keycloak-js-bower) to redirect users to Keycloak ow...
I am trying to get user profile picture and other information those who logged-in using Identity provider like Google or Facebook in my AngularJs application using Keycloak authentication....
I'm using Keycloak.js for interaction with Keycloak and getting below error Uncaught Error: [$injector:unpr] Unknown provider: AuthProvider <- Auth <- authInterceptor <- $http <- $templateRequest <- $compile With below code: mo...
Goal I am implementing Keycloak in an Angular2 project as my authentication service. For this, I use the javascript adapter. Problem I initialize the Keycloak object in the main.ts. A login is not directly required. During implementation, I faced...
I have web application which and i am trying to make keycloak authorizations on JavaScript side I am going on keycloak login page and authenticating successfully. Here is my code var keycloak = Keycloak({ realm: 'demo',...
©2020 All rights reserved.