How should I implement SAMLP 2.0 in an ASP.NET MVC 4 service provider?

前端 未结 4 515
别那么骄傲
别那么骄傲 2020-12-24 14:42

I\'m developing an MVC 4 web application in C# and want to handle login using an existing SAML 2.0 identity provider. I am using HTTP POST binding with SimpleSAMLphp.

<
4条回答
  •  别那么骄傲
    2020-12-24 15:26

    You need a library, unless you want to write it yourself. I've been working with https://www.nuget.org/packages/ITfoxtec.Saml2.Mvc.

提交回复
热议问题