-
I am running Sonarr in a docker container on a Ubuntu host. Sonar crashes in docker with the latest update. There is no debug log written, but when running sonarr from the command line, the following …
-
**Describe the bug**
In my AspNet Classic Web project which is hosting HotChocolate as a middleware using OWIN,
When using ASPnetClassic Authorization's [Authorize] attribute on a class or property,…
-
We have a problem with token validation in our test system. We are using the OWIN middleware in OpenID connect.
The code we have was originally based off https://github.com/Azure-Samples/active-di…
-
Maybe I'm missing something, but I'm trying to use the example app to wire up to the OneLogin identity provider. I am *very* confused what the discovery service url is supposed to be in an actual situ…
-
As part of the incoming work for supporting ASP.NET Core 3.0, I'm seriously consider merging the aspnet-contrib introspection, validation and server middleware into OpenIddict, which would become ASP.…
-
The page says: "This section contains the API Reference for the Validating Issuer Name Registry WIF Extension."
However, neither the page itself nor the table of contents lists any namespaces or types…
-
I'm not sure if this is a bug
I use mvc5 template
If owin startup file not has app.MapSignalR mothod or MapSignalR mothod before app.UseAbp();
the Embedded resource can not found
…
-
## Bug Description
I would love to give a concise description of exactly what this bug is, but I don't fully understand it myself so I will instead try to explain as much of what I know about the i…
-
Tried all of the past five most recent versions, all running under admin. No antivirus software running concurrently, and cleaning system cache and deleting the local folder it created each time. Here…
-
As a part of only supporting .NET Core, we can change most projects to target netcoreapp3.0 instead of netstandard2.0.
This change applies to test projects, which no longer need to cross-target .NET …