secure-api-identityserver4 icon indicating copy to clipboard operation
secure-api-identityserver4 copied to clipboard

Securing an ASP.NET Core 3.1 API with IdentityServer4

ASP.NET Core 3.1 - Protegendo sua API com JWT através de OAuth2

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

Pre reqs

  • ASP.NET Core 3.1
  • Postman

Techs:

  • JPProject SSO
  • IdentityServer4

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. Open Project
  • Change to kestrel
  1. Run

More about on ASP.NET Core 3.1 - Protegendo sua API com JWT através de OAuth2 - Portuguese only