-
Consider adding an example that is compatible with server code that uses a session and session cookie.
-
I have my Owin implementation in a Web API and Hangfire server in another. In this scenario, how should I implement the filter authorization?
-
In case you need to set two cookies in the same response, the server fails:
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgume…
-
Looking through the source, finding it difficult to piece together dependencies. Realistically how much effort would it be for me to update this project to be compatible with AppMetrics 1.3?
-
not sure if this is in the plan (haven't really look into how this tool works) but from the front page, we need to write our own code to generate the client one controller at a time. just wondering if…
-
Imagine a scenario like this:
Third-party library A references dotLess.Core
Third-party library B references dotLess.ClientOnly
In this scenario, libraries A and B can't be used together in the same …
-
In a unit test we self-host our OData using OWIN to run validations on it. This used to work fine until we needed to inject an ODataMessageWriterSettings when doing the MapODataServiceRoute. See t…
-
Attempt to point the widget at the framework integration endpoints, and discover what doesn't work. Please enumerate issues before getting deep into solving problems so that we can discuss collective…
-
When Identity Server is deployed behind a load balancer with SSL termination at the load balancer, one can use the IdentityServerOptions.PublicOrigin to control the URLs that are generated by Identity…
-
We are considering migrating our single signon services to use Kentor. However, we already have identity providers that integrate with a set of existing service provider endpoints, so we cannot change…