And have been getting this error that we are not able to resolve.
An error has occurred.
No OWIN authentication manager is associated with the request.
System.InvalidOperationException
at System.Web.Http.Owin.PassiveAuthenticationMessageHandler.SuppressDefaultAuthenticationChallenges(HttpRequestMessage request) at System.Web.Http.Owin.PassiveAuthenticationMessageHandler.d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.HttpServer.d__0.MoveNext()
We have implemented webApi in Episerver Commerce 10.5 version project following this article
https://world.episerver.com/blogs/rejaie-johnson/dates/2017/5/oauth-2-0--owin--web-api/
And have been getting this error that we are not able to resolve.
Microsoft.Owin.Host.SystemWeb and its reference correct.