鱼C论坛

 找回密码
 立即注册
查看: 7917|回复: 37

[交流] 译文Application Bridging for Federated Access

[复制链接]
发表于 2015-3-5 23:17:06 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
本帖最后由 lixiaoshuai 于 2015-3-6 08:06 编辑


这是Application Bridging for Federated Access Beyond Web Architecture( ABFAB)文件中draft-ietf-abfab-arch-13的一部分。
两天来,我基本翻译了13,以上贴出其中一部分,有后续。

贴出理由:
1.炫技
2.鱼油们都是学计算机的,看懂英语文献的能力需要培养。这篇英文算是网络方面有水平的,大家尝试着阅读翻译,从心理减少看英语文献的恐惧--高le逼格都看懂了,还有什么,不会的单词可以度娘。
3.如果翻译得不够好,请指出,一起交流学习

-----------------------------------------------------------------------------------------------------分水岭


  1. 2.  Architecture

  2.    We have already introduced the federated access architecture, with
  3.    the illustration of the different actors that need to interact, but
  4.    did not expand on the specifics of providing support for non-Web
  5.    based applications.  This section details this aspect and motivates
  6.    design decisions.  The main theme of the work described in this
  7.    document is focused on re-using existing building blocks that have
  8.    been deployed already and to re-arrange them in a novel way.

  9.    Although this architecture assumes updates to the relying party, the
  10.    client application, and the IdP, those changes are kept at a minimum.
  11.    A mechanism that can demonstrate deployment benefits (based on ease
  12.    of update of existing software, low implementation effort, etc.) is
  13.    preferred and there may be a need to specify multiple mechanisms to
  14.    support the range of different deployment scenarios.

  15.    There are a number of ways to encapsulate EAP into an application
  16.    protocol.  For ease of integration with a wide range of non-Web based
  17.    application protocols, GSS-API was chosen.  The technical
  18.    specification of GSS-EAP can be found in [RFC7055].

  19.    The architecture consists of several building blocks, which is shown
  20.    graphically in Figure 3.  In the following sections, we discuss the
  21.    data flow between each of the entities, the protocols used for that
  22.    data flow and some of the trade-offs made in choosing the protocols.

  23.                                     +--------------+
  24.                                     |   Identity   |
  25.                                     |   Provider   |
  26.                                     |    (IdP)     |

  27. Howlett, et al.         Expires January 22, 2015               [Page 14]
  28. Internet-Draft             ABFAB Architecture                  July 2014

  29.                                     +-^----------^-+
  30.                                       * EAP      o RADIUS
  31.                                       *          o
  32.                                     --v----------v--
  33.                                  ///                \\\
  34.                                //                      \\
  35.                               |        Federation        |
  36.                               |        Substrate         |
  37.                                \\                      //
  38.                                  \\\                ///
  39.                                     --^----------^--
  40.                                       * EAP      o RADIUS
  41.                                       *          o
  42.    +-------------+                  +-v----------v--+
  43.    |             |                  |               |
  44.    | Client      |  EAP/EAP Method  | Relying Party |
  45.    | Application |<****************>|     (RP)      |
  46.    |             |  GSS-API         |               |
  47.    |             |<---------------->|               |
  48.    |             |  Application     |               |
  49.    |             |  Protocol        |               |
  50.    |             |<================>|               |
  51.    +-------------+                  +---------------+

  52.    Legend:

  53.     <****>: Client-to-IdP Exchange
  54.     <---->: Client-to-RP Exchange
  55.     <oooo>: RP-to-IdP Exchange
  56.     <====>: Protocol through which GSS-API/GS2 exchanges are tunneled

  57.                   Figure 3: ABFAB Protocol Instantiation

  58. 2.1.  Relying Party to Identity Provider

  59.    Communications between the Relying Party and the Identity Provider is
  60.    done by the federation substrate.  This communication channel is
  61.    responsible for:

  62.    o  Establishing the trust relationship between the RP and the IdP.

  63.    o  Determining the rules governing the relationship.

  64.    o  Conveying authentication packets from the client to the IdP and
  65.       back.

  66.    o  Providing the means of establishing a trust relationship between
  67.       the RP and the client.

  68. Howlett, et al.         Expires January 22, 2015               [Page 15]
  69. Internet-Draft             ABFAB Architecture                  July 2014

  70.    o  Providing a means for the RP to obtain attributes about the client
  71.       from the IdP.

  72.    The ABFAB working group has chosen the AAA framework for the messages
  73.    transported between the RP and IdP.  The AAA framework supports the
  74.    requirements stated above as follows:

  75.    o  The AAA backbone supplies the trust relationship between the RP
  76.       and the IdP.

  77.    o  The agreements governing a specific AAA backbone contains the
  78.       rules governing the relationships within the AAA federation.

  79.    o  A method exists for carrying EAP packets within RADIUS [RFC3579]
  80.       and Diameter [RFC4072].

  81.    o  The use of EAP channel binding [RFC6677] along with the core ABFAB
  82.       protocol provide the pieces necessary to establish the identities
  83.       of the RP and the client, while EAP provides the cryptographic
  84.       methods for the RP and the client to validate they are talking to
  85.       each other.

  86.    o  A method exists for carrying SAML packets within RADIUS
  87.       [I-D.ietf-abfab-aaa-saml] which allows the RP to query attributes
  88.       about the client from the IdP.

  89.    Protocols that support the same framework, but do different routing
  90.    are expected to be defined and used the future.  One such effort call
  91.    the Trust Router is to setup a framework that creates a trusted
  92.    point-to-point channel on the fly [3].
复制代码
  1. 我么已经推出了(网络方向的)联合访问架构,拥有不同客户端交互的例证,但对基于基础应用的非Web(方向)没有发展和提供强力的支持。本节详细介绍这方面的激励和设计决策。这份文件的主题是让现有的(构成non-Web大厦的)积木重新部署并以新颖的方式排列。
  2. 而这种体系结构一旦更新到RP,客户端,这些变化要保持到最低限度。检验这种部署是否足够好的机制是升级现有软件的简易性,方便性等,而(对多种客户端)实现最优方案,就是指定多个机制,支持不同方案。
  3. 有多种方式封装EAP到应用协议。为了便于系统集成广泛的非Web的应用协议,GSS-API被选中,技术规格GSS-EAP可以再[RFC7055]中找到。
  4. 该体系包括几个积木,在下面章节的图解3,我们讨论了各实体间的数据流:基于该协议的数据流,以及在协议中协调做出的数据流。
  5. + -------------- +
  6. 身份|
  7. 供应商|
  8. (IDP)|

  9. 豪利特,等。到期2015年1月22日[第14页]
  10. 互联网草案ABFAB架构2014年7月

  11. + - ^ ---------- ^ - +
  12. * EAPRADIUS
  13. *
  14. --v ---------- V--
  15. /// \\\
  16. // \\
  17. 联邦|
  18. 基板|
  19. \\ //
  20. \\\ ///
  21. - ^ ---------- ^ -
  22. * EAPRADIUS
  23. *
  24. + ------------- + + -v ---------- V - +
  25. | | |
  26. 客户| EAP / EAP方法|信赖方|
  27. 应用| <****************> |(RP)|
  28. | GSS-API | |
  29. | <----------------> | |
  30. |应用| |
  31. |协议| |
  32. | <=====> | |
  33. + ------------- + + --------------- +

  34. 图例:

  35. <****>:客户端到-IDP交易所
  36. <---->:客户机到RP交易
  37. <OOOO>:RP-到-IDP交换
  38. <====>:通过该协议GSS-API / GS2交往隧道
  39.                                                 图3:ABFAB协议实例化

  40. 2.1 RP端身份提供
  41.     RP端和身份提供者之间的通信是由联合基板完成的。这个通信通道是负责的。
  42.     o 建立RP和ldP之间的信任关系
  43.     o 确定管辖关系的规则
  44.     o 客户端和ldP双向输送认证报文
  45.     o 建立RP和客户端的信任

  46. 豪利特,等。到期2015年1月22日[第15页]
  47. 互联网草案ABFAB架构 2014年7月

  48.     o 提供一种装置,用于RP从ldP获得客户端的属性

  49.     该ABFAB工作组选择了AAA框架消息,支持RP与ldP的互通。在AAA框架支持的要      求如下所述:

  50.     o 骨灰级AAA提供支持RP和ldP的信任关系

  51.     o 拥有骨灰级AAA管理的协议制定AAA联合内部关系的规则

  52.     o 一种方法用于在RADIUS[RFC3579]和Diameter[RFC4072]之间携带EPA

  53.     o EAP信道结合[RFC6677](加核心ABFAB使用协议)提供RP和客户端的必要身份建    立,而EAP提供的加密批准RP和客户端的相互交谈。

  54.     o 一种方法使RADIUSID [ID.ietf-abfab-AAA-SAML]携带SAML包,并允许RP从    ldP查询客户端属性。

  55.     o 可以预见,将定义一种协议,支持相同的框架,做不同的路由。成果之一是可信路由,创建一个可信框架,支持点对点的信道飞行。
复制代码

本帖被以下淘专辑推荐:

  • · book|主题: 9, 订阅: 2
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2015-3-6 18:59:50 | 显示全部楼层

回帖奖励 +3 鱼币

看来要好好学习学习
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-3-9 10:16:56 | 显示全部楼层

回帖奖励 +3 鱼币

强烈支持楼主ing
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-5-2 16:07:32 | 显示全部楼层

回帖奖励 +3 鱼币

看来要好好学习学习看来要好好学习学习看来要好好学习学习
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-5-12 12:20:27 | 显示全部楼层

回帖奖励 +3 鱼币

楼主太给力了!如此枯燥的翻译 都能够坐得住完成,真心佩服,一起学习啦~~~~
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-5-17 22:31:37 | 显示全部楼层

回帖奖励 +3 鱼币

厉害,我看着就头晕。
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-5-25 23:32:37 | 显示全部楼层

回帖奖励 +3 鱼币

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2015-5-26 13:25:51 | 显示全部楼层

回帖奖励 +3 鱼币

完全看不懂啊
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-11-21 18:52:14 | 显示全部楼层

回帖奖励 +3 鱼币

强烈支持楼主
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-11-21 18:53:22 | 显示全部楼层
楼至真威武
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-11-21 20:49:09 | 显示全部楼层

回帖奖励 +3 鱼币

人工置顶吧
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-12-2 16:40:32 | 显示全部楼层

回帖奖励 +3 鱼币

人工置顶
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-12-7 18:16:10 | 显示全部楼层

回帖奖励 +3 鱼币

不错哦,支持
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2015-12-8 22:27:32 | 显示全部楼层

回帖奖励 +3 鱼币

厲害啊!
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2016-2-5 21:58:34 | 显示全部楼层

回帖奖励 +3 鱼币

see
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2016-2-8 13:50:13 | 显示全部楼层

回帖奖励 +3 鱼币

强烈支持楼主ing
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2016-2-9 04:39:04 | 显示全部楼层

回帖奖励 +3 鱼币

support
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-12-20 14:38:21 | 显示全部楼层

回帖奖励 +3 鱼币

厉害了
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2021-6-22 13:09:26 | 显示全部楼层

回帖奖励 +3 鱼币

谢谢
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2021-6-27 07:44:06 | 显示全部楼层

回帖奖励 +3 鱼币

要好好学习学习
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-4-18 10:55

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表