Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.97 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.97 KB

IdentityServer4 - Adicionando suporte a usuários no Angular em 10 minutos

Example App - Adding users feature to Angular though OpenId Connect with IdentityServer4 SSO

Pre reqs

  • Docker
  • angular-cli 8.3.7

Techs:

  • JPProject SSO
  • IdentityServer4
  • angular-oauth2-oidc
  • Angular

How to run

  1. Go to JPProject.IdentityServer4.SSO - releases
  2. Download jpproject-docker.zip
  3. Unpack and run docker-run.bat
  4. Clone this repo
  5. Load Folder angular-identityserver4 with VSCode
  • Open terminas (CTRL + SHIFT + `)
  • npm install
  • npm start
  • navigate to http://localhost:4200/

More about on IdentityServer4 - Adicionando suporte a usuários no Angular em 10 minutos - Portuguese only

Angular default instructions for AngularIdentityserver4

This project was generated with Angular CLI version 8.3.7.

Development server

Run ng serve for a dev server. Navigate to . The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.