-
In my own module, I want to implement my own services.AddImageSharpCore for ImageSharp.
1---in this way, I need to remove it from OrchardCore.Media module, I think.
2---how?, can orchard do that? i…
-
I'm trying to add Owin OAuth authorization server's token endpoint to the swagger api docs, but Swashbuckle can only read operations from the IApiExplorer. Owin uses a custom middleware to create the …
-
I want to declare in code that I want to require the use of HTTPS.
In the past, I used this in Global.asax.cs:
``` C#
GlobalFilters.Filters.Add(new RequireHttpsAttribute());
```
I'm currently using…
-
_From @rkdrnfds on March 29, 2018 6:43_
Request handling extremely slows down on concurrent requests
```
[Route("Test")]
public class TestController : Controller {
[HttpGet("DoNothingGe…
-
Is there any dowloadable example of an application that uses ApiController ?
I was using SlimApi before and iam trying to recreate a mini server i hade in my aaplication for reading some recors and e…
-
This is more of a question than a bug report. hopefully someone can help.
I have 3 apps that all auth now off IdentityServer4. All auth works great, but we are experiencing an issue where users g…
-
https://github.com/bit-foundation/bit-framework/blob/master/src/Server/Bit.Owin/Middlewares/SignInPageMiddleware.cs#L54
-
I want to configure ADFS endpoints in my asp.net app at runtime with further app restart (for pipeline construction). There is a problem: if I declare **single callback method** for multiple endpoints…
-
It seems that the current implementation of CORS middleware applies `Access-Control-Allow-Origin` headers only if the request contains `Origin` header. Browsers set the Origin headers in request only…
-
We have a project that uses the [Microsoft.IdentityModel.Protocol.Extensions](https://www.nuget.org/packages/Microsoft.IdentityModel.Protocol.Extensions) nuget package (it's a dependency of another pa…