SSO using SAML2.0 in asp.net

后端 未结 5 1522
醉酒成梦
醉酒成梦 2021-01-30 07:48

My requirement is to implement SSO using SAML2.0 in asp.net. I do have 2 vendors at my end. Wanna pass the user from one site to other site without logging into the second. I ha

5条回答
  •  旧时难觅i
    2021-01-30 08:13

    We wrote a very simple open-source C# component to use with ASP.NET apps: https://github.com/jitbit/AspNetSaml (code samples included)

    It is very short and basic, but that was the goal. Instead of adding a huge 3rd-party package, just throw one short C# file into your project and you're SAML-ready. This thing has worked for us for years, even on .NET 3.x

    [Disclaimer] I'm one of the contributors.

    PS. Forks and contributions are very welcome.

提交回复
热议问题