如何在ASP.NET 5(vNext)中连接ClaimsAuthenticationManager?

时间:2014-12-25 22:08:55

标签: wif asp.net-core

在ASP.NET 4(vCurrent)中,您可以在ClaimsAuthenticationManager配置部分中为<system.identityModel>连接索赔转换:

<system.identityModel>
    <identityConfiguration>
        <claimsAuthenticationManager type="Security.CustomClaimsAuthenticationManager, Security" />
    </identityConfiguration>
</system.identityModel>

我在哪里可以在新版本中连接它 - ASP.NET 5(vNext)?我在GitHub上的Identity存储库中看到了这个issue。这有点模糊,所以我不确定它是否相关。也许这还没有实施或方法已经改变了?

谢谢,皮特

0 个答案:

没有答案