SSO using SAML2.0 in asp.net

后端 未结 5 1598
醉酒成梦
醉酒成梦 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条回答
  •  暖寄归人
    2021-01-30 08:07

    You can try out miniOrange’s SAML SSO module for your asp.net site. It’s actually a httpmodule which can add SSO as a login method for your ASP.NET site and the main thing here is that it was a quite simple setup. The module itself provides an admin console for the SSO configuration. It helped in protecting my site’s private pages from public access and giving access to only my clients users stored in his AD. I think this can be a best suit for you. Cheers!!

提交回复
热议问题