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 e9d76b8..bb815ac 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 @@ -1352,24 +1352,23 @@

1.3.  - Overview

+ 概述 -

The OpenID Connect protocol, in abstract, follows the following - steps. +

OpenID Connect 协议可以抽象为以下几个步骤

    -
  1. The RP (Client) sends a request to the OpenID Provider (OP). +
  2. RP (客户端) 发送请求给 OpenID 提供商 (OP).
  3. -
  4. The OP authenticates the End-User and obtains authorization. +
  5. 提供商(OP) 认证最终用户(End-User) 并获取授权.
  6. -
  7. The OP responds with an ID Token and usually an Access Token. +
  8. 提供商(OP) 响应一个 ID Token 与一个 Access Token.
  9. -
  10. The RP can send a request with the Access Token to the UserInfo Endpoint. +
  11. RP 使用 Access Token 发送一个请求给 UserInfo Endpoint.
  12. -
  13. The UserInfo Endpoint returns Claims about the End-User. +
  14. UserInfo Endpoint 返回有关最终用户(End-User)的 Claims.

@@ -1377,7 +1376,7 @@

- These steps are illustrated in the following diagram: + 这些步骤如下图所示: