Jon Koops
Jon Koops
Thanks again y'all!
This issue sounds a lot like #222, can you confirm @bitbaggi?
Please include a reproducible code example if you want your issue to be resolved. I cannot infer what your problem is from the details you have provided here.
The README specifies how silent SSO can be enabled, this would not redirect the user to Keycloak. If the user is not authenticated you will have to manually call `.login()`...
This sounds like a nice feature that I would like to see as well. I am currently swamped with other work so I cannot justify picking this up, but if...
Hi @Y00sh00, we're trying to make Keycloak Angular a lightweight wrapper around `keycloak-js`. We might even deprecate the `KeycloakService` in future versions and create several smaller services for assorted fuctionalities...
@utamas from what I can see this is caused by the fact that Keycloak checks the status of the [session periodically by default](https://www.keycloak.org/docs/latest/securing_apps/#session-status-iframe). This happens by means of a `setTimeout`...
@rahulkohli23 Could you provide some documentation from Keycloak itself and how you would accomplish this using the JavaScript adapter?
I've gone ahead and merged the PR from @konradtoenz (thanks for that!). Can the people in this thread please clone the repo again and get back to me if this...
@hangnkm sounds like you haven't called `init()` on the `KeycloakService`, have you followed the steps in the README? If so, please share your code. I can't comment on issues that...