From 48e91bdc61af300e6316b781b8b5ba5d7f04a63f Mon Sep 17 00:00:00 2001 From: LSZ Date: Thu, 4 Aug 2016 21:40:37 +0800 Subject: [PATCH] OpenID from EN to CN --- ...ore-1.0-incorporating-errata-set-1_CN.html | 33 ++++++++----------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/others/oidc/Final_OpenID-Connect-Core-1.0-incorporating-errata-set-1_CN.html b/others/oidc/Final_OpenID-Connect-Core-1.0-incorporating-errata-set-1_CN.html index 1978c71..c5ba4d6 100644 --- a/others/oidc/Final_OpenID-Connect-Core-1.0-incorporating-errata-set-1_CN.html +++ b/others/oidc/Final_OpenID-Connect-Core-1.0-incorporating-errata-set-1_CN.html @@ -396,7 +396,7 @@

摘要

- OpenID Connect 1.0 是一个基于OAuth 2.0的简单身份认证协议. 它允许客户端(Client)在一个授权服务器(Authorization Server)上执行认证(authentication), + OpenID Connect 1.0 是一个在OAuth 2.0之上的简单身份认证协议. 它允许客户端(Client)在一个授权服务器(Authorization Server)上执行认证(authentication), 并验证最终用户(End-User)的身份, 同时以互操作性和类似REST方式获取最终用户的基本配置信息.

@@ -873,7 +873,7 @@ 附录 B.  致谢
附录 C.  - 提示
+ 声明
§  作者地址

@@ -891,35 +891,30 @@

1.  - Introduction

+ 介绍

- OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 + OpenID Connect 1.0 是一个在OAuth 2.0之上的简单身份认证 [RFC6749] (Hardt, D., “The OAuth 2.0 Authorization Framework,” October 2012.) - protocol. It enables Clients to verify the identity of the End-User based - on the authentication performed by an Authorization Server, as well as to - obtain basic profile information about the End-User in an interoperable and - REST-like manner. + class="info">Hardt, D., “OAuth 2.0 授权框架,” 2012年10月.) + 协议. 它允许客户端(Client)在一个授权服务器(Authorization Server)上执行认证(authentication), + 并验证最终用户(End-User)的身份, 同时以互操作性和类似REST方式获取最终用户的基本配置信息.

- The OpenID Connect Core 1.0 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 Core 1.0 规范定义了核心的OpenID Connect功能: + 身份认证构建在OAuth 2.0之上并且使用Claims来传递最终用户(End-User)相关信息. + 它同时描述安全与隐私考虑使用OpenID Connect.

- As background, - the OAuth 2.0 Authorization - Framework (Hardt, D., “The OAuth 2.0 Authorization Framework,” October 2012.) + 在背后, + OAuth 2.0授权框架 (Hardt, D., “The OAuth 2.0 授权框架,” 2012年10月.) [RFC6749] - and OAuth 2.0 Bearer Token Usage (OAuth 2.0 Bearer Token使用 (Jones, M. and D. Hardt, “The OAuth 2.0 Authorization Framework: Bearer Token Usage,” October 2012.) [RFC6750] specifications provide a general framework for third-party applications