{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Auth":{ "Authority": "https://my-authority.net/", "Audience": "https://my-application.net", "PolicyClaims": { "Sample": ["sample"] } }, "Cors": { "Origins": ["http://localhost:4200"] } }