ssdug / CVPZ

GNU General Public License v3.0
16 stars 18 forks source link

Identity crisis #55

Closed cfuess closed 6 years ago

cfuess commented 6 years ago

I have a working IdentityServer4 project, from https://github.com/IdentityServer/IdentityServer4, it is not as bare bones as the other but the Angular app does seem to be able to access it. It is using a route guard strategy implemented similar to this... https://www.scottbrady91.com/Angular/SPA-Authentiction-using-OpenID-Connect-Angular-CLI-and-oidc-client

A couple of things need to be fixed but I thought I'd check in and make sure it still builds for everyone else.
Things to be fixed or checked:

CarBar commented 6 years ago

Thanks for contributing! I am pulling it in and we can work on fixing what is needed.