在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。这有点模糊,所以我不确定它是否相关。也许这还没有实施或方法已经改变了?
谢谢,皮特