Search code examples
angularthinktecture-ident-serveridentityserver3

Has anyone created any Angular2 auth wrapper classes for IdentityServer 3/4?


i see angular2-jwt but i don't know how to use it with IdentityServer. has anyone done anything with angular2 and identityserver?


Solution

  • I managed to get it working after following the example's in this blog post: https://damienbod.com/2016/03/02/angular2-openid-connect-implicit-flow-with-identityserver4/