Example App - IdentityServer4 login through Angular and OpenId Connect
- Server Side: ASP.NET Core with IdentityServer4
- Front-end: Angular 6 with CoreUI template.
Pre reqs
- Net.Core 2.1
- angular-cli 6+
Techs:
- ASP.NET Core
- IdentityServer
- angular-oauth2-oidc
- Angular 6
- CoreUI
- Open IdentityServer4AngularOIDC.sln with Visual Studio and Run
- Load Folder AngularOIDC with VSCode
- Open terminas (CTRL + `)
- npm install
- npm start
More about on ASP.NET Core - Autenticação utilizando Angular OIDC, CoreUI e IdentityServer4 - Portuguese only