Skip to main content

All Questions

1 vote
0 answers
14 views

Keycloak refreshing with every navigation in react app [duplicate]

Hello Stackoverflow community Thank you for your help. I have a build a react app using keycloak as a identity manager for authentication. One of the problem I am seeing in my app is every time I ...
ksernow's user avatar
  • 694
2 votes
1 answer
7k views

Keycloak login-status-iframe.html page is in Quirks Mode causing home page stuck?

I have implemented SSO in Angular application via Keycloak using Keycloak-js. Wenn Keycloak server was running on my localhost, everything was fine. Later when we tried a remote Keycloak server then ...
Undertaker's user avatar
1 vote
0 answers
866 views

Is it possible to use Cypress for E2E testing when keycloak protectes the site

I am using Cypress for E2E testing. I also use Keycloak to provide Authentication. Keycloak uses an external website login form, however, this is not supported by Cypress when it is on a different ...
PrestonDocks's user avatar
  • 5,250
2 votes
1 answer
3k views

Cypress UI automated login with Keycloak fails

I am attempting to automate an e-commerce store front using Cypress but I'm running into an issue with login. The auth and identity tool being used is keycloak and the Cypress test is unable to login ...
Jonathan Opperman's user avatar
1 vote
1 answer
746 views

How to login with Keycloak to React?

I do not want to use the form provided by Keycloak (different company reasons), but instead create our own login page in React. I could login with it using the direct access grant flow and get the ...
Krisztian's user avatar
  • 109
4 votes
2 answers
5k views

Why angular is not recognizing if a user is logged in with keycloak?

So I'm trying to set up a sso system with keycloak on my angular app. I have downloaded the keycloak library [email protected], setted up a keycloak server at localhost:8080/auth, added the ...
Massimo De Sabbata's user avatar
3 votes
1 answer
1k views

Keycloak Script base authenticator same error message on failure

Need to send a custom error message in keycloak script based authenticator. On failure it showing same error message Incorrect email or password. Please check and try again. How to send a custom ...
Sharavanakumaar Murugesan's user avatar
2 votes
1 answer
543 views

automatic token renewal issue with keycloak versions and Spring Boot App with JS frontend

With Spring Security adapter for keycloak ver 3.4.0 REST calls made from the JS elements of the app to the same app's java backend, the calls are able to renew the access token automatically, when we ...
Mauricio Batlle's user avatar
0 votes
2 answers
693 views

How to integrate Ember.JS and Keycloak SSO system

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/...
nladuguie's user avatar