【发布时间】:2015-03-18 00:56:16
【问题描述】:
我无法理解最新版本的 OAuth2 规范(撰写本文时为https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-23)中的短语。我在section 2.1 about client types看到了这一段:
The authorization server SHOULD NOT make assumptions about the client
type, nor accept the type information provided by the client
developer without first establishing trust.
在这种情况下,“建立信任”究竟是什么意思?根据规范,客户端类型是客户端在注册时必须提供的一条信息,以后会影响授权流程,它可以是“机密”或“公共”。
【问题讨论】:
-
在新版本中(目前为draft-ietf-oauth-v2-27)后半句已被删除。
标签: oauth-2.0