OpenID from EN to CN

0.6
LSZ 2016-08-04 16:27:15 +08:00
parent 71c6264e85
commit 3734799171
1 changed files with 10 additions and 12 deletions

View File

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