Single sign-on for .NET.

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

+4
source share
3 answers

There are no .NET libraries as I know. But there are some projects online that you can watch. Example and basic SSO.

+3
source

Kentor.AuthServices ( Kentor.AuthServices.Mvc) ASP.NET MVC- - SP ASP.NET MVC, .NET 4.5. web.config - .

, , , ( ).

+1

SAML: SAML.

SAML: / SAML.

, , , .

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

0
source

Source: https://habr.com/ru/post/1529040/


All Articles