OpenID from EN to CN

pull/1/MERGE
LSZ 2016-11-13 21:09:28 +08:00
parent bd0f28f2aa
commit ae030405c4
1 changed files with 16 additions and 23 deletions

View File

@ -2815,30 +2815,25 @@
<dt>request_not_supported</dt> <dt>request_not_supported</dt>
<dd> <dd>
The OP does not support use of the OP不支持使用定义在
<tt>request</tt> parameter <a class="info" href="#JWTRequests">章节&nbsp;6<span> (</span><span
defined in <a class="info" href="#JWTRequests">Section&nbsp;6<span> (</span><span class="info">Passing Request Parameters as JWTs</span><span>)</span></a>
class="info">Passing Request Parameters as JWTs</span><span>)</span></a>. 中的 <tt>request</tt> 参数
</dd> </dd>
<dt>request_uri_not_supported</dt> <dt>request_uri_not_supported</dt>
<dd> <dd>
OP不支持使用定义在
The OP does not support use of the <a class="info" href="#JWTRequests">章节&nbsp;6<span> (</span><span
<tt>request_uri</tt> parameter class="info">Passing Request Parameters as JWTs</span><span>)</span></a>
defined in <a class="info" href="#JWTRequests">Section&nbsp;6<span> (</span><span 中的 <tt>request_uri</tt> 参数
class="info">Passing Request Parameters as JWTs</span><span>)</span></a>.
</dd> </dd>
<dt>registration_not_supported</dt> <dt>registration_not_supported</dt>
<dd> <dd>
OP不支持使用定义在
The OP does not support use of the <a class="info"
<tt>registration</tt> parameter href="#RegistrationParameter">章节&nbsp;7.2.1<span> (</span><span
defined in <a class="info"
href="#RegistrationParameter">Section&nbsp;7.2.1<span> (</span><span
class="info">Providing Information with the "registration" Request Parameter</span><span>)</span></a>. class="info">Providing Information with the "registration" Request Parameter</span><span>)</span></a>.
中的 <tt>registration</tt> 参数
</dd> </dd>
</dl> </dl>
</blockquote> </blockquote>
@ -2887,9 +2882,9 @@
</p> </p>
<p> <p>
When using the Authorization Code Flow, the error response 当使用授权码流程(Authorization Code Flow)时,
parameters are added to the query component of the Redirection URI, 除非指定了一个不同的响应模式(Response Mode),
unless a different Response Mode was specified. 否则错误响应参数将添加为重定向URI(Redirection URI)的查询组件.
</p> </p>
@ -2898,9 +2893,7 @@
</p> </p>
<p> <p>
The following is a non-normative example 下面是一个非规范性(non-normative)的, 在该流程中错误响应时的示例(换行为了更好的显示使用):
error response using this flow
(with line wraps within values for display purposes only):
</p> </p>