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
- Host: GitHub
- URL: https://github.com/brunobritodev/identityserver4angularoidc
- Owner: brunobritodev
- License: mit
- Created: 2018-07-27T03:35:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:45:42.000Z (about 3 years ago)
- Last Synced: 2025-10-13T01:51:47.426Z (6 months ago)
- Topics: angular, asp-net-core, coreui-dashboard-template, identityserver4, identityserver4-adminui
- Language: HTML
- Homepage: https://www.brunobrito.net.br/implicity-angular-oidc-identityserver4/
- Size: 2.76 MB
- Stars: 18
- Watchers: 2
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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