Changeset 9144

Show
Ignore:
Timestamp:
04/08/08 21:28:05 (5 years ago)
Author:
koshigoe
Message:

docs/openid/specs/authentication/2.0/trunk: add translation of "11.4.1 Verifying with an Association"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/openid/specs/authentication/2.0/trunk/openid-authentication.xml

    r9090 r9144  
    38253825 
    38263826        <section title="Verifying with an Association" toc="exclude"> 
     3827          <!-- 
    38273828          <t> 
    38283829            The Relying Party follows the same procedure that the 
     
    38333834            is invalid. 
    38343835          </t> 
    3835  
     3836          --> 
     3837          <t> 
     3838            Relying PartyはOPが従った<xref target="generating_signatures">署名の生成</xref>と同じ手順に従い、 
     3839            レスポンスの署名と生成した署名とを比較します。 
     3840            もし署名がマッチしないなら、アサーションは不正です。 
     3841          </t> 
     3842 
     3843          <!-- 
    38363844          <t> 
    38373845            If an authentication request included an association 
     
    38453853            the association handle that the Relying Party included 
    38463854            with the original request. 
     3855          </t> 
     3856          --> 
     3857          <t> 
     3858            もし認証リクエストがOPとRelying Partyの間の関連付けに関する関連付けハンドルを含み、 
     3859            OPがすでにそのハンドルの利用を望まないなら(例えば、有効期限切れや秘密鍵が脆弱であるため)、 
     3860            OPは<xref target="check_auth"/>で示される様にOPによって直接検証されなければならないレスポンスを送るでしょう。 
     3861            この場合、OPは"openid.invalidate_handle"にRelying Partyがオリジナルのリクエストに含めた関連付けハンドルをセットした 
     3862            フィールドを含めるでしょう。 
    38473863          </t> 
    38483864        </section>