{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "ConnectionStrings": { "DefaultConnection": "Host=localhost;Database=persistence;Username=postgres;Password=q;Persist Security Info=True" }, "AllowedHosts": "*", "Authentication": { "MetadataAddress": "http://localhost:8080/realms/TestRealm/.well-known/openid-configuration", "Audience": "account", "ValidIssuer": "http://localhost:8080/realms/TestRealm", "AuthorizationUrl": "http://localhost:8080/realms/TestRealm/protocol/openid-connect/auth" } }