An ASP.NET Core web application using FusionAuth as the identity server
One way to deploy and run:
cd SampleApp dotnet publish -r win-x64 && SampleApp__ClientSecret=H4... bin/Debug/netcoreapp3.1/win-x64/publish/SampleApp.exe
See more deployment options: https://docs.microsoft.com/en-us/dotnet/core/deploying/