问题描述
我在.net 4.0版上运行了一个dotnet Web应用程序。我们期待在此应用程序中集成SSO解决方案,并使用SAML2.0令牌与身份提供商进行通信。我期待着一些.net库,
可以帮助解释SAML断言并使用SAML与IDP进行相应的通信。我可以找到一些第三方解决方案(例如OneLogin),它提供了这种集成的API,但期待在.net中使用类似的API。
I have a dotnet web application running on .net version 4.0. We are looking forward to integrate a SSO solution in this application and communication with identity provider will happen using SAML2.0 tokens. I am looking forward to some .net libraries which can help with interpretations of SAML assertions and corresponding communicate with IDP using SAML. i could find some 3rd party solutions (e.g. OneLogin) which provides APIs for such an integration but looking forward to similar API's in .net.
如果有一些API,请告诉我。在.net framework 4.0中可以用于SAML 2.0集成吗?我们没有立即升级到.net 4.5的自由,但计划在几个月内完成同样的工作。
Can you please let me know if there are some API's in .net framework 4.0 which can be leveraged for SAML 2.0 integration? We don't have liberty to upgrade to .net 4.5 immediately but plan to do the same in few months down the line.
谢谢,
Amit
Amit
Amit
推荐答案
这篇关于.net 4.0和SAML 2.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!