- Remove non-existent middleware call - OpenIddict server is automatically configured via AddOpenIddictConfiguration - Keep correct middleware order: StaticFiles -> Routing -> Authentication -> Authorization
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "DataSource=:memory:"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|