You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fantastic project, this is great place to study for new comers to keycloak. I was wondering, would it be possible to get an official set of examples of how to login to keycloak without using the DOM? There are two projects that currently provide NPM libraries, but both seem to have stopped working with Chrome 94 and both projects seem to have been abandoned.
So the use case is, you want to test a public client JS application, not the authentication flow, using cypress, so you hit the auth end point programmatically and it sets the appropriate tokens and what not in the session. My suspicion is it doesn't work because of the hidden iframe method that keycloak.js uses to maintain it's auth session, but I'm not sure how it works and it's deeply integrated into the keycloak java project, so it's not easy to figure it out.
Fantastic project, this is great place to study for new comers to keycloak. I was wondering, would it be possible to get an official set of examples of how to login to keycloak without using the DOM? There are two projects that currently provide NPM libraries, but both seem to have stopped working with Chrome 94 and both projects seem to have been abandoned.
So the use case is, you want to test a public client JS application, not the authentication flow, using cypress, so you hit the auth end point programmatically and it sets the appropriate tokens and what not in the session. My suspicion is it doesn't work because of the hidden iframe method that keycloak.js uses to maintain it's auth session, but I'm not sure how it works and it's deeply integrated into the keycloak java project, so it's not easy to figure it out.
The two projects that no longer seem to work are:
https://www.npmjs.com/package/cypress-keycloak-commands
https://www.npmjs.com/package/cypress-keycloak
Thanks for any insight.
The text was updated successfully, but these errors were encountered: