在ASP.NET MVC中实现简单的SSO [英] Implementating simple SSO in ASP.NET MVC

查看:91
本文介绍了在ASP.NET MVC中实现简单的SSO的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的论文讨论了在ASP.Net MVC中使用SSO(单点登录)进行强安全认证的解决方案问题:我需要简单的SSO实现,它提供以下内容:



1.使用私钥/公钥在Idp和SP之间进行安全通信。



2.可以向登录方法添加任何功能,如OTP。添加任何功能到像OTP这样的登录方法。



请您帮我找到最好的简单实现SSO,其中包含我之前提到过的功能。使用Windows身份基础或任何其他可用的解决方案



我尝试过:



我已经搜索了我需要的东西,但我找到了Windows身份基础,可以完成我的工作,尤其是STS和SAML.2但是我没有找到任何样本。

我试图用这个

http://www.c-sharpcorner.com/UploadFile/scottlysle/windows-identity-foundation-and-single-sign-on-sso/ [ ^ ]

但是我在Visual Studio 2013中没有使用它们

My thesis discusses solution about strong secure authentication using SSO (Single Sign On) in ASP.Net MVC Question: I need simple SSO implementation which provides the following:

1.Secure communication between Idp and SP using private key / public key.

2.ability to add any feature to login method like OTP.to add any feature to login method like OTP.

Would you please help me to find the best simple implementation SSO with features that i mentioned before. using windows identity foundation or any any others available solution

What I have tried:

I have searched for what i need but I found windows identity foundation that may do my the work especially with STS and SAML.2 but I coud'nt find any sample on it.
I tried to use this
http://www.c-sharpcorner.com/UploadFile/scottlysle/windows-identity-foundation-and-single-sign-on-sso/[^]
but I coldn't work with them in Visual Studio 2013

推荐答案

看看这些代码项目资源 [< a href =https://www.codeproject.com/search.aspx?q=SSO+ASP.NET&sbo=kw&usfc=false&x=0&y=0target =_ blanktitle =新窗口> ^ ]


这篇关于在ASP.NET MVC中实现简单的SSO的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆