{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "Authentication": { "Schemes": { "Bearer": { "ValidAudiences": [ "http://localhost:8091", "https://localhost:44311", "http://localhost:5157", "https://localhost:7057" ], "ValidIssuer": "dotnet-user-jwts" } } } }