-
When converting a site from EntityFramework Identity, clients submitting old cookies will crash aspnet.identity.mongo. I can't see a way to filter this at a higher level. Can we add a more graceful …
-
Hello!
I've just tried to use LightInject.SignalR and got an exception:
```
System.Reflection.TargetInvocationException was unhandled
HResult=-2146232828
Message=Exception has been thrown by the …
-
We want to make our api available per redoc UI by changing the middlewareBasePath to 'redoc'. The settings are as follows:
```
RouteTable.Routes.MapOwinPath("redoc", app =>
{
app.UseSwaggerR…
-
I have an application that uses the Identity Server to authenticate users. This app is build on top of ASP.Net MVC and ASP.Net Web API. Everything works great here.
We started a new project and decid…
-
Both your samples, specify the userstore and usermanager created from the "AccountController", but is there a way to specify those per owin context instead?
```
public void ConfigureAuth(IAppBuilder …
-
Hi, my app was built using MVC 5 and Owin, we added AD B2C and AAD to it, but today we are facing issues with refresh token. I added created an issue in the Katana repository. https://github.com/aspne…
-
The assemblies coming with the NuGet package aren't signed. This means signed assemblies can't depend on them. It would be nice to have a signed version of this package out.
Error "Assembly generatio…
-
Hello,
Is it possible to authenticate user in identityServer.admin portal using windows authentication? I wanted to give it a try but simply switching value of windowsAuthenticate to true in csproj d…
-
Executing R code using RDotNet 1.6.5 , and the web api application pool crashes when multiple people uses it and no error was displayed in R source code. Attached below is the stack trace of the R web…
-
The link to the Owin project doesn't seem to work:
http://owin.github.com/owin
I get the following message:
"There isn't a GitHub Page hosted here, sorry."
Looks like an interesting project …