/FullstackROPC

Minimal example of ASP.NET Core + Angular 9 + IdentityServer4 solution implementing Resource Owner Password Credential grant.

Primary LanguageTypeScript

ASP.NET Core + Angular 9 + IdentityServer4 (OAuth2 + OpenID)

Resource Owner Password Credential Grant

Minimal implementation of full stack solution.

How to run

  1. Run both AuthServer and ResourceAPI using debuggers or dotnet run command.
  2. Restore NPM packages in ClientApp using npm install command.
  3. Run Angular project using ng serve -o command.