C# Identity Manager w/ASP.NET Identity HostSecurityConfiguration登录

C# Identity Manager w/ASP.NET Identity HostSecurityConfiguration登录,c#,asp.net,asp.net-identity,C#,Asp.net,Asp.net Identity,为Identity Manager实现HostSecurityConfiguration,我将LoginPath作为CookieAuthenticationOption(根据Brock的视频)传递给本地路由 但是,当我从Identity Manager中单击登录按钮时,我得到一个401,浏览器卡在/Identity Manager/authorize?state=randomnumber&client\u id=idmgr&response\u type=token上 有什么想法吗?在标识管理器

为Identity Manager实现
HostSecurityConfiguration
,我将
LoginPath
作为
CookieAuthenticationOption
(根据Brock的视频)传递给本地路由

但是,当我从Identity Manager中单击登录按钮时,我得到一个401,浏览器卡在/Identity Manager/authorize?
state=randomnumber&client\u id=idmgr&response\u type=token上


有什么想法吗?

在标识管理器配置之后,我在OWIN启动中声明了我的CookieAuthentication配置。当有人指给我看时,这是显而易见的。

链接到Brock的视频?