Single Sign on for .NET

こ雲淡風輕ζ 提交于 2019-12-22 08:35:57

问题


I have been trying to implement a WEB SSO service provider plugin for .NET web applications using C#. I will be using shibboleth Identity provider. I have implemented the same for java applications using OpenSAML library. I want to know which library is used to implement it in .NET applications. Any pointer or suggestion is welcome.


回答1:


There are no .NET libraries as I know. But there are some projects online you may take a look. Example and basic SSO.




回答2:


Kentor.AuthServices (or Kentor.AuthServices.Mvc) for ASP.NET MVC applications is a basic SP implementation for ASP.NET MVC built on top of .NET 4.5. Install the package and add some settings in web.config - no coding required.

The functionality is currently quite limited, so if you have more advanced scenarios it might not be enough (but pull requests are welcome).




回答3:


Refer SAML : A SAML stack .

and

SAML : SAML connectivity / toolkit.

There are a number of libraries as above, both open source and commercial.

Or ( just for completeness ) you could go something like WIF --> (WS Federation) --> ADFS --> (SAML) --> Shibboleth



来源:https://stackoverflow.com/questions/22049579/single-sign-on-for-net

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