摘要: http://www.cnblogs.com/dudu/p/4569857.html OAuth真是一个复杂的东东,即使你把OAuth规范倒背如流,在具体实现时也会无从下手。因此,Microsoft.Owin.Security.OAuth应运而生(它的实现代码在Katana项目中),帮助开发者偷了不 阅读全文
posted @ 2018-05-24 12:32 chester·chen 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 一、什么是OAuth OAuth是一个关于授权(Authorization)的开放网络标准,目前的版本是2.0版。注意是Authorization(授权),而不是Authentication(认证)。用来做Authentication(认证)的标准叫做openid connect,我们将在以后的文章 阅读全文
posted @ 2018-05-24 11:16 chester·chen 阅读(152) 评论(0) 推荐(0) 编辑