Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/security/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Security 使用表单和Azure ACS的MVC 4身份验证_Security_Asp.net Mvc 4_Azure - Fatal编程技术网

Security 使用表单和Azure ACS的MVC 4身份验证

Security 使用表单和Azure ACS的MVC 4身份验证,security,asp.net-mvc-4,azure,Security,Asp.net Mvc 4,Azure,我制作了一个MVC4项目,设置为使用STS(Azure ACS)进行身份验证。一切正常。人们可以使用谷歌、Facebook或Live ID登录 我现在的问题是从设计的角度。我能期望人们总是有上面的一个签名吗?我也可以将Twitter添加到Azure ACS吗 添加表单登录,让人们可以像以前一样注册用户并登录,这是一个好主意吗?我该怎么做?只是为了在web.config中再次启用表单身份验证 <!--Commented out by Identity and Access VS Packag

我制作了一个MVC4项目,设置为使用STS(Azure ACS)进行身份验证。一切正常。人们可以使用谷歌、Facebook或Live ID登录

我现在的问题是从设计的角度。我能期望人们总是有上面的一个签名吗?我也可以将Twitter添加到Azure ACS吗

添加表单登录,让人们可以像以前一样注册用户并登录,这是一个好主意吗?我该怎么做?只是为了在web.config中再次启用表单身份验证

<!--Commented out by Identity and Access VS Package-->
<!--<authentication mode="Forms"><forms loginUrl="~/Account/Login" timeout="2880" /></authentication>-->
我该如何解决这个问题?我认为再次启用表单身份验证可能会解决这个问题,但我想在开始之前先对设计提出一些意见

http://localhost:48451/login.aspx?ReturnUrl=%2fHome%2fAbout