Angular2OidcClient icon indicating copy to clipboard operation
Angular2OidcClient copied to clipboard

A simple demonstration of using IdentityModel/oidc-client with angular 2

Results 3 Angular2OidcClient issues
Sort by recently updated
recently updated
newest added

Hi guys, I've just tried cloning the angular app v4 (https://github.com/jmurphzyo/Angular2OidcClient/tree/ng4) and then I ran "npm install" and "npm start" so, I'm getting the following errors: ``` ERROR in /home/myuser/Documents/repos/github/oidc-angular-client/node_modules/oidc-client/index.d.ts...

``` endSignoutMainWindow() { this.authService.endSigninMainWindow(); } ```

Hi there, did not see any code that can talk to amazon aws using a a authority + client id + client secret using OidcClientOptions. Please help. Is there any...