-
Trying to request data from within an index.js jTable implementation from an ABP AppService which has a DTO as a parameter. (How do I send an object as a parameter back to AppService method from jTabl…
-
Hi everyone!
I'm building a MVC 5 Web App and I'd like to use JIRA as an authentication provider. I've been trying to accomplish it (use Owin with JIRA) for a couple days and nothing. I pretty new …
-
The owin spec references common keys, replicate some text but does not include it. It mixes together a whole bunch of concepts.
I suggest we move the "startup properties" to the main owin spec, and a…
-
Hi David,
I have a .NetFramework 4.7 WebApi project. I had added the [Microsoft.Owin.Security.Authorization.WebApi](https://www.nuget.org/packages/Microsoft.Owin.Security.Authorization.Mvc/) Nuget p…
-
When `Sitelet.Infer` encounters a request that contains a %2F encoded slash, it should treat this as part of the path segment. But it does not; it treats it as an unencoded regular slash (/).
If th…
-
For example: https://github.com/danroth27/AspNetWebApiCore/blob/main/OwinApplicationBuilderExtensions.cs
Related issue: https://github.com/dotnet/AspNetCore.Docs/issues/25664
-
In _WebSocketServer_, could be useful to have a method _AddWebSocketService_ with _path_ argument as a regular expression.
In this way a set of request url could be managed by the same _WebSocketBeha…
-
As a consequence, `ctx.UserSession.LoginUser` and `ctx.UserSession.Logout` both raise the same exception.
Here's a stacktrace on calling GetAuthCookie directly:
```
System.NullReferenceExceptio…
-
Hello,
I'm currently trying to migrate an existing OWIN application to be hosted with Nowin. It worked mostly flawlessly (and with good performance results). However on of the last missing pieces is …
-
Hi,
I'm struggling with ASP.NET Identity - it's breaking the swagger UI.
When I deploy my web app, with the web api and swashbuckle to my hosting provider (which is an Azure website), everything wor…