How to configure key settings for IdentityServer in appsettings.json for aspnet core app running on IIS
问题 I created the template Angular / ASP.NET Core with authorisation support using this command: dotnet new angular --auth Individual This is an: ASP.NET Core 3.0 App with ASP.NET Core Identity for authenticating and storing users, IdentityServer4 for implementing Open ID Connect, Angular SPA, All pre-configured to work together. Before I deploy my app based on this template, I'm trying to first deploy this template app to IIS. I've deployed the app to IIS and have a database setup and the app