In a WCF Client How Can I add SAML 2.0 assertion to SOAP Header?

旧巷老猫 提交于 2019-12-04 12:20:42
Tone

Although I'm not at the full solution yet I believe I have found the right path to take. I need to create a custom security token by following this Microsoft documentation. I'm starting a list of links below that I have found helpful in hopes they provide guidance to others facing the same challenge.

Reference Links:

  • .NET SAML 2.0 implementation.
  • How to use SAML 2.0 Assertions with WS2007HttpBinding (i.e. without relying on a Security Token Service to provide tokens)?
  • WCF Authentication with custom ClientCredentials: What is the clientCredentialType to use?
  • Need advise on how to sign request's soap body using WCF
  • Ladislav Mrnka

    Check WIF (Windows identity foundation). It supports SAML 2.0 tokens and it should be able to integrate with WCF.

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