An open API service indexing awesome lists of open source software.

https://github.com/brunobritodev/identityserver4angularoidc

Example App - IdentityServer4 login through Angular 6 and OpenId Connect
https://github.com/brunobritodev/identityserver4angularoidc

angular asp-net-core coreui-dashboard-template identityserver4 identityserver4-adminui

Last synced: 28 days ago
JSON representation

Example App - IdentityServer4 login through Angular 6 and OpenId Connect

Awesome Lists containing this project

README

          

# ASP.NET Core & IdentityServer4 - Acessando recursos protegidos

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

# How to run

1. Open IdentityServer4AngularOIDC.sln with Visual Studio and Run
2. 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](https://www.brunobrito.net.br/implicity-angular-oidc-identityserver4/) - Portuguese only