No OWIN authentication manager is associated with the request

前端 未结 7 1541
故里飘歌
故里飘歌 2020-12-08 01:37

After trying to enable owin & AspNet Identity to my Web Api project (in VS 2013 + .Net 4.5.1) I get the following error in each valid or unvalid(request to none exist co

7条回答
  •  执笔经年
    2020-12-08 02:19

    For .Net framework adding the runAllManagedModulesForAllRequests attribute to the modules in web.config . This way I kept the authentication exist.

    
    

提交回复
热议问题