Guest User

Untitled

a guest
Jun 18th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. From cab6aa5a92594a000a4067a87b1e3896e773f221 Mon Sep 17 00:00:00 2001
  2. From: Takanori Ishikawa <ishikawa_takanori@mac.com>
  3. Date: Wed, 20 Oct 2010 07:17:48 -0700
  4. Subject: [PATCH] Updated section 3 (reviewed by @nov)
  5.  
  6. ---
  7. draft-ietf-oauth-v2.ja.xml | 6 +++---
  8. 1 files changed, 3 insertions(+), 3 deletions(-)
  9.  
  10. diff --git a/draft-ietf-oauth-v2.ja.xml b/draft-ietf-oauth-v2.ja.xml
  11. index 9d276c1..781ea5b 100644
  12. --- a/draft-ietf-oauth-v2.ja.xml
  13. +++ b/draft-ietf-oauth-v2.ja.xml
  14. @@ -1029,7 +1029,7 @@
  15. end-user authorization endpoint. -->
  16. </t>
  17. <t>
  18. - エンドユーザーのユーザーエージェントを認可サーバーへリダイレクトするときのリクエストURIは, クライアントはエンドユーザー認可エンドポイントのURIのクエリー部に, 次に述べるクエリーパラメーターを<xref target='W3C.REC-html401-19991224' />で定義された <spanx style='verb'>application/x-www-form-urlencoded</spanx> フォーマットに従って追加することで構築する:
  19. + エンドユーザーのユーザーエージェントを認可サーバーにリダイレクトさせるにあたり, クライアントはエンドユーザー認可エンドポイントURIのクエリー部に下記のパラメータを<xref target='W3C.REC-html401-19991224' />で定義された <spanx style='verb'>application/x-www-form-urlencoded</spanx> フォーマットで追加して, リクエストURIを構築する.
  20. <!-- In order to direct the end-user's user-agent to the authorization server, the client
  21. constructs the request URI by adding the following parameters to the end-user
  22. authorization endpoint URI query component using the
  23. @@ -1082,7 +1082,7 @@
  24. </list>
  25. </t>
  26. <t>
  27. - クライアントはHTTPのリダイレクトや, 他にエンドユーザーのユーザーエージェントで利用可能な手段を使って, ここで構築したURIにリダイレクトする. 認可サーバーはエンドユーザー認可エンドポイントでHTTPの <spanx style='verb'>GET</spanx> メソッドをサポートしなければならず(MUST), <spanx style='verb'>POST</spanx> メソッドも同様にサポートしてよい(MAY).
  28. + クライアントはHTTPリダイレクトレスポンスや, 他にエンドユーザーのユーザーエージェントで利用可能な手段を使って, ここで構築したURIにリダイレクトする. 認可サーバーはエンドユーザー認可エンドポイントでHTTPの <spanx style='verb'>GET</spanx> メソッドをサポートしなければならず(MUST), <spanx style='verb'>POST</spanx> メソッドも同様にサポートしてよい(MAY).
  29. <!-- The client directs the end-user to the constructed URI using an HTTP redirection
  30. response, or by other means available to it via the end-user's user-agent. The
  31. authorization server MUST support the use of the HTTP <spanx style='verb'>GET</spanx>
  32. @@ -1123,7 +1123,7 @@
  33. appropriate error code as described in <xref target='auth-error' />. -->
  34. </t>
  35. <t>
  36. - 認可サーバーはエンドユーザーを認証し, (エンドユーザーに選択させるか, 他の方法で確認することで) 認可の可否を得る. その後, 認可サーバーはHTTPのリダイレクトや, 他にエンドユーザーのユーザーエージェントで利用可能な手段を使って, 指定されたリダイレクトURIにリダイレクトする.
  37. + 認可サーバーはエンドユーザーを認証し, (エンドユーザーに選択させるか, 他の方法で確認することで) 認可の可否を得る. その後, 認可サーバーはHTTPリダイレクトレスポンスや, 他にエンドユーザーのユーザーエージェントで利用可能な手段を使って, 指定されたリダイレクトURIにリダイレクトする.
  38. <!-- The authorization server authenticates the end-user and obtains an authorization
  39. decision (by asking the end-user or by establishing approval via other means). When a
  40. decision has been established, the authorization server directs the end-user's
  41. --
  42. 1.7.3.1+GitX
Add Comment
Please, Sign In to add comment