zinov

Results 3 issues of zinov

Can anybody tell me what is going wrong with this approach for single sing on? I have a website A with the authentication logic inside. The user can select the...

I need to override dynamic values like host or service name coming from datadog appsettings.json Here is my configuration: "Serilog": { "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.Datadog.Logs" ], "MinimumLevel": "Debug", "WriteTo": [...

**Describe the bug** I am trying to set up a Validator associated with my query parameters, which are wrapped inside a class and marked as [FromQuery] inside of the action...