Jon Koops

Results 482 comments of Jon Koops

Sounds to me like you have multiple `KeycloakAngular' modules defined, meaning you have a different `KeycloakService` injected in different modules. That could mean some of them are initialized, some are...

I am a proponent of this feature, it makes sense that we streamline this across the library. It might be that in the next version the KeycloakService will go away,...

Can you share your module definition where you are adding Keycloak Angular?

I also agree that a allow-list is probably the best thing to do security conscience wise. I am a proponent of this feature, but since we want to do some...

It is expected that we will introduce this in a next major release. Once we deliver the new Admin UI for Keycloak my priorities will shift to improving `keycloak-js` and...

It is not possible to pass in the scope at the moment of initialization, you can however pass a scope into the `login()` method. For example: ```ts function initializeKeycloak(keycloak: KeycloakService)...

Silent SSO will still prevent any redirects, but might still break in some other fashion if no network is available. @xCryzed if you can please try out Silent SSO and...

@ProfEibe Not at this time. When I have some spare time available we will refactor a large part of the application to fall back more to KeycloakJS. We might make...

I am getting the same kind of issue when using Rollup, more info in #244

I don't think this has anything to do with tests, it's just to remove legacy API.