问题
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