前面两篇文章(OAuth和OpenID)都说了可以用来认证身份,但是他们之间到底有哪些不同,哪些情况应该用OAuth,哪些情况应该用OpenID呢?下面就一起来看下他们之间的区别。简短的说,OAuth关注的是authorization;而OpenID侧重的是authentication。从表面上看,...
分类:
其他好文 时间:
2015-04-17 13:40:13
阅读次数:
88
①.修改%xampp%\phpMyAdmin\config.inc.php文件[php] view plaincopy /* Authentication type and info */ $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Se.....
分类:
数据库 时间:
2015-04-17 13:22:20
阅读次数:
376
Authentication(身份验证):在应用中证明其合法性,一般提需提供身份ID、一些标识信息来证明其身份(如提供身份证、用户名/密码来证明),在shiro中,用户需要提供principals (身份)和credentials(证明)给shiro,从而应用才能验证用户身份: Principals...
分类:
其他好文 时间:
2015-04-17 09:36:24
阅读次数:
632
Google+ Authentication in ASP.NetHow to get Google API access: Open https://code.google.com/apis/console/?pli=1Login using your Gmail account.Click on...
分类:
Web程序 时间:
2015-04-16 21:43:50
阅读次数:
225
1.错误信息 Message: mysqli::real_connect(): (HY000/2000): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an admin....
分类:
数据库 时间:
2015-04-15 16:58:48
阅读次数:
201
http://goodosoft.github.io/2015/02/25/Using-AD-as-authentication-for-Django/http://www.douban.com/group/topic/29387804/http://shijincheng0223.iteye.co...
分类:
其他好文 时间:
2015-04-10 19:55:38
阅读次数:
128
对客户端的认证(authentication) 首要的是考虑安全的等级,一但被攻破,会产生什么样的影响。是否能够接受。(Balance) 1) 通过Https协议发送user/password情报 (传输方式) 2)安全级别比较高的,采用客户端证...
分类:
Web程序 时间:
2015-04-10 18:13:57
阅读次数:
129
qq互联:http://wiki.connect.qq.com/微信开放平台:https://open.weixin.qq.com/微博开放平台:http://open.weibo.com/authentication/新浪微博平台的合作登录步骤:放置微博图标 界面上设置授权链接:https:/.....
分类:
其他好文 时间:
2015-04-06 20:16:37
阅读次数:
154
http://docs.oracle.com/javase/7/docs/technotes/guides/net/http-auth.htmlHttp AuthenticationOverviewThe HTTP protocol handler implements a number of au...
分类:
编程语言 时间:
2015-04-05 18:45:48
阅读次数:
153
portal其实是入口的意思,我的理解,其实就是门户或者主页的意思。captive portal,就是强制主页。校园网里面的验证通常都是通过一个网页验证来完成,不管你点要访问哪一个网站,它都会强制给你转到我们设置的主页。其实这个技术主要的还是用在authentication。wifidog在wifi...
分类:
其他好文 时间:
2015-04-03 18:54:59
阅读次数:
165