OpenID from EN to CN
parent
03d19d9865
commit
bd0f28f2aa
|
@ -2731,17 +2731,16 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Unless the Redirection URI is invalid,
|
除非重定向URI(Redirection URI)是无效的,
|
||||||
the Authorization Server returns the Client to
|
否则授权服务器(Authorization Server)将使用在授权请求(Authorization Request)中指定的重定向URI返回给客户端,
|
||||||
the Redirection URI specified in the Authorization Request
|
包括适当的错误与状态参数.
|
||||||
with the appropriate error and state parameters.
|
其他的参数可以不用(SHOULD NOT)返回.
|
||||||
Other parameters SHOULD NOT be returned.
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
In addition to the error codes defined in Section 4.1.2.1 of
|
除了定义在OAuth2.0协议4.1.2.1章节中的错误码以外,
|
||||||
OAuth 2.0, this specification also defines the following error codes:
|
本协议额外定义了以下错误码:
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -2848,7 +2847,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The error response parameters are the following:
|
错误(error)响应参数如下:
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<blockquote class="text">
|
<blockquote class="text">
|
||||||
|
@ -2856,30 +2855,29 @@
|
||||||
<dt>error</dt>
|
<dt>error</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
|
||||||
REQUIRED. Error code.
|
必须的(REQUIRED). 错误码.
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>error_description</dt>
|
<dt>error_description</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
|
||||||
OPTIONAL. Human-readable ASCII
|
可选的(OPTIONAL). 人类可读的使用ASCII编码的
|
||||||
encoded text description of the error.
|
对错误的文字描述信息
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>error_uri</dt>
|
<dt>error_uri</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
|
||||||
OPTIONAL. URI of a web page that
|
可选的(OPTIONAL). 一个包含关于错误的
|
||||||
includes additional information about the error.
|
更多额外信息的万维网URI页面.
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>state</dt>
|
<dt>state</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
|
||||||
OAuth 2.0 state value.
|
OAuth 2.0 状态值.
|
||||||
REQUIRED if the Authorization Request
|
如果授权请求包含参数<tt>state</tt>则是必须的(REQUIRED).
|
||||||
included the <tt>state</tt> parameter. Set
|
设置从客户端收到的值.
|
||||||
to the value received from the Client.
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
Loading…
Reference in New Issue