angular-oauth2-oidc-sample icon indicating copy to clipboard operation
angular-oauth2-oidc-sample copied to clipboard

Angular OAuth2 and Open ID Connect (OIDC) Sample With ASP.NET Core

Twitter: FabianGosebrink

Application

In this sample application we find a angular client authorizing against an STS getting a token and asking an ASP.NET Core WebAPI for data.

The STS can be found here https://github.com/FabianGosebrink/security-token-service

Find the client in the client folder and the ASP.NET Core WebAPI in the server folder.

Get the backend running by

dotnet run

and the frontend by

npm install

and

npm start

Show your support

Give a ⭐️ if this project helped you!