Securing WCF 4.5 service using Azure ACS 2.0 [duplicate]

本秂侑毒 提交于 2019-12-18 13:48:16

问题


How can I secure my WCF 4.5 service using Azure ACS 2.0?


回答1:


Here is a basic tutorial: WCF (SOAP) Service With Federated Authentication
Then you can look at samples by Dominick Baier and Brock Allen here: Thinktecture.IdentityModel.45.

Also you can try to use Visual Studio tool for adding STS reference and point it to Azure ACS. AFAIK endpoint Uri is something like this for client certificate authentication:

https://myacsnamespace.accesscontrol.windows.net/v2/wstrust/13/certificate

More samples are located here: Windows Azure AD Access Control (ACS) Code Samples

If you have questions, consider asking them as separate and more specific topics.



来源:https://stackoverflow.com/questions/15744763/securing-wcf-4-5-service-using-azure-acs-2-0

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