How can I secure my WCF 4.5 service using Azure ACS 2.0?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
This question already has an answer here:
Closed 6 years ago.
回答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.