Examples of how to a STS in .Net 4.5 using WCF

懵懂的女人 提交于 2019-12-11 04:08:17

问题


I'm looking for Examples of how to a STS in .Net 4.5 using WCF.

So the scenario is I have a MVC 4 web app that I want to write an STS to authenticate and get claims that stores its data in the traditional SqlMembershipProvider database schema that we all know and love.

I'm guessing the STS could be a simple WCF service.

I've googled around but can only find stuff that shows how to do all this when the WIF was separated from the Core Framework. I.e. before it was embedded in .Net 4.5


回答1:


Writing your solution may not be as easy as you expect it to be. Have a look at https://github.com/thinktecture/Thinktecture.IdentityServer.v2 which is a .NET STS. I guess using it will suffice in your case and it is very actively developed.



来源:https://stackoverflow.com/questions/12851683/examples-of-how-to-a-sts-in-net-4-5-using-wcf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!