Changeset 2983

Show
Ignore:
Timestamp:
12/10/07 16:31:06 (5 years ago)
Author:
mootoh
Message:

docs/openid/specs/authentication/2.0/trunk: translated 7th paragraph of Protocol Overview.

Files:
1 modified

Legend:

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

    r2981 r2983  
    326326          </t> 
    327327          <t> 
    328             The Relying Party <xref target="verification">verifies 
    329             </xref> the information received from the OP including 
    330             checking the Return URL, verifying the discovered 
    331             information, checking the nonce, and verifying the 
    332             signature by using either the shared key established 
    333             during the association or by sending a direct request 
    334             to the OP. 
     328            <!-- 
     329              The Relying Party <xref target="verification">verifies 
     330              </xref> the information received from the OP including 
     331              checking the Return URL, verifying the discovered 
     332              information, checking the nonce, and verifying the 
     333              signature by using either the shared key established 
     334              during the association or by sending a direct request 
     335              to the OP. 
     336            --> 
     337            RPはOPから受けとった情報を<xref target="verification">検証</xref>します。 
     338            検証するものには、戻りURL、見つかった情報、nonce、そして署名といった 
     339            ものがあります。 
     340            署名の検証には、関連づけのときに使った共有鍵を使うか、OPに対して直接 
     341            検証の要求を送るか、のいずれかの方法がとられます。 
    335342          </t> 
    336343        </list>