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