OpenID from EN to CN
parent
71c6264e85
commit
3734799171
|
@ -401,31 +401,29 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This specification defines
|
此规范定义了核心的OpenID Connect功能:
|
||||||
the core OpenID Connect functionality:
|
身份认证构建在OAuth 2.0之上并且使用Claims来传递最终用户(End-User)相关信息.
|
||||||
authentication built on top of OAuth 2.0 and
|
它同时描述安全与隐私考虑使用OpenID Connect.
|
||||||
the use of Claims to communicate information about the End-User.
|
|
||||||
It also describes the security and privacy considerations for using OpenID Connect.
|
|
||||||
|
|
||||||
</p><a name="toc"></a><br>
|
</p><a name="toc"></a><br>
|
||||||
<hr>
|
<hr>
|
||||||
<h3>Table of Contents</h3>
|
<h3>目录</h3>
|
||||||
|
|
||||||
<p class="toc">
|
<p class="toc">
|
||||||
<a href="#Introduction">1.</a>
|
<a href="#Introduction">1.</a>
|
||||||
Introduction<br>
|
介绍<br>
|
||||||
<a href="#rnc">1.1.</a>
|
<a href="#rnc">1.1.</a>
|
||||||
Requirements Notation and Conventions<br>
|
需求符号和约定<br>
|
||||||
<a href="#Terminology">1.2.</a>
|
<a href="#Terminology">1.2.</a>
|
||||||
Terminology<br>
|
术语<br>
|
||||||
<a href="#Overview">1.3.</a>
|
<a href="#Overview">1.3.</a>
|
||||||
Overview<br>
|
概述<br>
|
||||||
<a href="#IDToken">2.</a>
|
<a href="#IDToken">2.</a>
|
||||||
ID Token<br>
|
ID Token<br>
|
||||||
<a href="#Authentication">3.</a>
|
<a href="#Authentication">3.</a>
|
||||||
Authentication<br>
|
认证<br>
|
||||||
<a href="#CodeFlowAuth">3.1.</a>
|
<a href="#CodeFlowAuth">3.1.</a>
|
||||||
Authentication using the Authorization Code Flow<br>
|
使用授权码(Authorization Code)认证流程<br>
|
||||||
<a
|
<a
|
||||||
href="#CodeFlowSteps">3.1.1.</a>
|
href="#CodeFlowSteps">3.1.1.</a>
|
||||||
Authorization Code Flow Steps<br>
|
Authorization Code Flow Steps<br>
|
||||||
|
|
Loading…
Reference in New Issue