This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
OWIN: IHttpAuthenticationFeature.Handler is not implemented #87
Closed
Description
This makes requests fail if using the cookie security middle-ware.This is the stack trace I get:
System.AggregateException: One or more errors occurred ---> System.NotImplementedException: The requested feature is not implemented.
at Microsoft.AspNet.Owin.OwinFeatureCollection.Microsoft.AspNet.HttpFeature.Security.IHttpAuthenticationFeature.get_Handler () [0x00000] in <filename unknown>:0
at Microsoft.AspNet.Security.Infrastructure.AuthenticationHandler.RegisterAuthenticationHandler () [0x00000] in <filename unknown>:0
at Microsoft.AspNet.Security.Infrastructure.AuthenticationHandler+<BaseInitializeAsync>d__1.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <filename unknown>:0
at Microsoft.AspNet.Security.Infrastructure.AuthenticationMiddleware`1+<Invoke>d__1[Microsoft.AspNet.Security.Cookies.CookieAuthenticationOptions].MoveNext () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
--> (Inner exception 0) System.NotImplementedException: The requested feature is not implemented.
at Microsoft.AspNet.Owin.OwinFeatureCollection.Microsoft.AspNet.HttpFeature.Security.IHttpAuthenticationFeature.get_Handler () [0x00000] in <filename unknown>:0
at Microsoft.AspNet.Security.Infrastructure.AuthenticationHandler.RegisterAuthenticationHandler () [0x00000] in <filename unknown>:0
at Microsoft.AspNet.Security.Infrastructure.AuthenticationHandler+<BaseInitializeAsync>d__1.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <filename unknown>:0
at Microsoft.AspNet.Security.Infrastructure.AuthenticationMiddleware`1+<Invoke>d__1[Microsoft.AspNet.Security.Cookies.CookieAuthenticationOptions].MoveNext () [0x00000] in <filename unknown>:0