Skip to main content
0 votes
0 answers
40 views

I'm using keycloak-js in a Nuxt 4 application for authentication. After login, I am redirected back to my page, but the URL contains session-related query parameters (like ?code=...&state=...&...
BATMAN_2008's user avatar
  • 3,642
1 vote
1 answer
129 views

Whenever I add my Keycloak app initializer to my angular 17 project it returns undefined. Keycloak is running in a docker container locally. The administrator console is working and I have set up my ...
Alexander Vestergaard Eriksen's user avatar
1 vote
0 answers
290 views

I am trying to setup an angular (19) app, within an Nx project, with keycloak authentication. The problem I am facing is that, after successfully building the app, I get the following error in the ...
Comforse's user avatar
  • 2,066
2 votes
0 answers
79 views

I have a backend written in Java and a frontend in ReactJS, where I am using Keycloak for authentication. My frontend handles two types of login flows: Google Login via Keycloak Identity Provider ...
Beu's user avatar
  • 1,634
1 vote
1 answer
622 views

I am working on an Angular application with SSR, and I'm trying to upgrade my project to angular 19. I'm using the new keycloak-angular provideKeycloak for authentication. My current configuration ...
soung's user avatar
  • 1,624
0 votes
0 answers
221 views

Im having some issues with Vue and Keycloak, I might understand something wrong about Keycloak which could cause the issues. So I have a Login page by myself (I dont want to use Keycloaks sso) where ...
Chemmic's user avatar
1 vote
3 answers
733 views

I am trying to develop an application with Angular as front, and Java as backend. I need to login via Keycloak, and then send the received code to the back, to generate the token and store it in the ...
Faliorn's user avatar
  • 1,498
1 vote
1 answer
752 views

I'm building a Next.js application and I have implemented a custom registration page for users. I want to use Keycloak-js to handle user registration directly within the Next.js app, allowing for a ...
Sérgio Serra's user avatar
1 vote
1 answer
1k views

I'm attempting to setup keycloak-angular in a v18 SPA following this approach which seems to have had historic success. When calling the login method keycloak.login() I receive the following error ...
Funsaized's user avatar
  • 2,180
1 vote
0 answers
249 views

I've a VSTO Add'In running in Outlook to integrate some emails with a Web Application in .NET Framework 4.8 that uses openid authentication. Now, Microsoft released the new version of Outlook that no ...
NatsuDragonEye's user avatar
0 votes
0 answers
322 views

I have two Applications. On running on example.com and another running on example.com/insurance/ I am using Keycloak IDP. The application running on /microinsurance/ is an Angular app 17. In keycloak ...
kamrul Islam Tushar's user avatar
1 vote
1 answer
341 views

I have a Nuxt3 app which I want to secure with Keycloak. For the integration, I use the keycloak-js library, which is defined as a plugin: plugins/keycloak.client.ts import Keycloak from 'keycloak-js';...
shieldine's user avatar
0 votes
0 answers
247 views

I'm encountering an issue with Keycloak in my React application. When the token is no longer valid and a refresh is not possible, a proper logout or redirect to the login page fails. If the logout ...
Sator's user avatar
  • 786
1 vote
1 answer
558 views

I have an angular application authenticating using keycloak, keycloak-angular and keycloak-js. It was working good but recently it started to throw below error on the console. core.mjs:6484 ERROR ...
Vikash's user avatar
  • 2,183
1 vote
1 answer
2k views

I'm using npm packet keycloak-js in vue 3 app. Keycloak server and keycloak-js with same versions 24.0.2 import Keycloak from 'keycloak-js' let initOptions = { url: 'https://address' realm: '...
Oksana's user avatar
  • 21

15 30 50 per page