angular2-keycloak icon indicating copy to clipboard operation
angular2-keycloak copied to clipboard

Angular 2 Keycloak client wrapper

Results 16 angular2-keycloak issues
Sort by recently updated
recently updated
newest added

Bumps [node-sass](https://github.com/sass/node-sass) from 3.13.1 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies

I was using this module but I don't know why checkLoginIframe should be marked as false. Is There a problem if I use checkLoginIframe as true? I tried to mark...

I noticed that you seem to have copied/rewritten large chunks of code from the keycloak-js library (https://github.com/keycloak/keycloak/tree/master/adapters/oidc/js/src/main/resources). Since that library is maintained and officially supported by the keycloak core team,...

Uncaught Error: Unexpected value 'Ng2KeycloakModule' declared by the module 'AppModule'. Please add a @Pipe/@Directive/@Component annotation.

Hi, I'm trying to make this module work in my starter project but I hit some walls. After doing some debugging and googling I came to the conclusion that after...

Working on trying to integrate the Observable signal sources I've bumped into a bug that's causing my sessions to get closed down right after returning from login. The problem seems...

I'm currently attempting to use this library with the following init options: ``` this.initOptions = { adapter: 'default', flow: 'standard', responseMode: 'fragment', checkLoginIframe: true, checkLoginIframeInterval: 5 }; ``` With the...

Hello, updateToken throw always an error , due to a typo in keycloak.core.service.js line 68 https://github.com/ebondu/angular2-keycloak/blob/4185e47f57c85157a9bb8e3b8d49a1514e7808f0/src/services/keycloak.core.service.ts#L138 `` headers.append('Authorization', 'Basic ' + btoa(_this.clientId + ': ' + _this.clientSecret));`` should be (no...