我们正在将我们的身份验证和授权逻辑从原始成员资格提供程序迁移出来。我们目前正在关注Asp.net身份,但团队中没有人拥有此技术的经验。我们已经被要求在将来支持ADFS,并期待这个框架是否直接支持ADFS,团队中没有人对这两者都有经验。 我发现的唯一一篇文章http://www.cloudidentity.com/blog/2014/02/12/use-the-on-premises-organizational-authentication-option-adfs-with-asp-net-in-visual-studio-2013/似乎暗示asp.net身份将支持ADFS作为提供者。 asp.net身份和ADFS还有其他权威资源吗?
此致 Noobian
答案 0 :(得分:0)
ASP.NET Identity offers an "easy" way to add users and authenticate against them in a SQL DB.
ADFS can only authenticate against AD.
WIF is still supported but older - the OWIN WS-Fed libraries are the way to go these days.
If you want to use ASP.NET Identity have a look at thinktecture's IdentityServer. Offers full support for this plus you can federate with ADFS.