From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/mozilla/persona/index.html | 155 ++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 files/ja/mozilla/persona/index.html (limited to 'files/ja/mozilla/persona/index.html') diff --git a/files/ja/mozilla/persona/index.html b/files/ja/mozilla/persona/index.html new file mode 100644 index 0000000000..64ce7689e6 --- /dev/null +++ b/files/ja/mozilla/persona/index.html @@ -0,0 +1,155 @@ +--- +title: Persona +slug: Mozilla/Persona +tags: + - Persona +translation_of: Archive/Mozilla/Persona +--- +
+

Stay in touch or get help!

+

Follow our blog, join our mailing list, or find us in #identity on IRC.

+
+

Mozilla Persona は、オープンな BrowserID 規格に基づいた、Web サービス向けの完全に分散化された、安全な認証システムです。Persona がどのようなサイトでも、また誰が使おうとも確実に動作するように、Mozilla では現在、小規模なサイトを運営しています。

+

なぜ、あなたのサイトで Persona を使うべきなのでしょう?

+
    +
  1. Persona を使うことで、サイトごとにパスワードを管理する必要がなくなります。ユーザ、Web サイト運営者ともに、パスワードの作成、管理、セキュリティ強度といったことに頭を悩ませる必要がなくなります。
  2. +
  3. Persona は簡単に使うことができます。Persona を使うユーザなら、例えば VoostThe Times Crossword といったサイトに新たに登録する際にも、ほんの2クリックの作業だけでログインすることができます。もう繁雑な登録作業は不要です。
  4. +
  5. Persona は実装するのも簡単です。Web サイトに Persona を導入する作業は、わずか半日で完了します。
  6. +
  7. 特筆すべき長所として、アカウントの閉め出しの心配がありません。Persona を使うことで、Web サイトの運営者が全登録ユーザの有効なメールアドレスを取得することができます。また、ユーザはどんなメールアドレスでも登録することができます。
  8. +
  9. Persona は BrowserID に準拠しています。主要なブラウザベンダが BrowserID を実装してしまえば、ログインにあたって Mozilla に依存し続ける必要はなくなります。
  10. +
+

Read on to get started!

+
+ 注意: Persona は現在活発に開発が進められています。新しい機能については、私たちのブログ をご覧ください。また、メーリングリスト にてフィードバックをお寄せください!
+

あなたのサイトで Persona を使うために

+ + + + + + + + + + + +
+

はじめに

+
+
+ なぜ Persona?
+
+ まずはあなたのサイトを Persona に対応させる利点について説明します。また、他の認証システムとの比較も紹介します。
+
+ クイックセットアップ
+
+ Web サイトで Persona をサポートする手順について、簡単に説明します。
+
+
+

Persona API リファレンス

+
+
+ navigator.id API リファレンス
+
+ navigator.id オブジェクトのリファレンスです。 Persona についての作業はここが起点となります。
+
+ Verification API リファレンス
+
+ https://verifier.login.persona.org/verify でホストされたリモート検証 API のリファレンスです。
+
+
+

ガイド

+
+
+ セキュリティについて考慮すべき事柄
+
+ Practices and techniques to make sure your Persona deployment is secure.
+
+ ブラウザの互換性
+
+ Persona をサポートしているブラウザのリスト。
+
+ 国際化
+
+ Persona の異なる言語の扱いについて。
+
+
+

リソース

+
+
+ ライブラリとプラグイン
+
+ Find a drop-in library for your favorite programming language, web framework, blog, or content management system.
+
+ Persona cookbook
+
+ Example source code for Persona sites. Includes snippets in PHP, Node.JS, and more.
+
+ ブランドリソース
+
+ Sign in buttons and other graphics to help present Persona to your users.
+
+
+ + + + + + + +
+

ID プロバイダについての情報

+

If you're an email provider or another identity-providing service, check out the links below to learn about becoming a Persona Identity Provider.

+
+
+ IdP の概要
+
+ A high level view of Persona Identity Providers.
+
+ IdP の実装方法
+
+ A detailed guide to the technical details of becoming an IdP.
+
+ 開発のヒント
+
+ A set of tips and tricks useful while developing a new Identity Provider.
+
+ .well-known/browserid
+
+ An overview of the structure and purpose of the .well-known/browserid file, which IdPs use to advertise their support for the protocol.
+
+
+

Persona プロジェクト

+
+
+ 用語集
+
+ BrowserID and Persona terminology defined.
+
+ よくある質問
+
+ よくある質問への回答
+
+ プロトコルの概要
+
+ A mid-level technical overview of the underlying BrowserID protocol.
+
+ Crypto
+
+ A look at the cryptographic concepts behind Persona and BrowserID.
+
+ 仕様書
+
+ ここには深い技術の詳細が書かれています。
+
+ Persona の Web サイト
+
+ To get Persona going, we're hosting three services at https://login.persona.org: a fallback Identity Provider, a portable implementation of the {{domxref("navigator.id")}} APIs, and an identity assertion verification service.
+
+ Persona のソースコード
+
+ The code behind the Persona website lives in a repository on GitHub. Patches welcome!
+
+
+

 

+

-- cgit v1.2.3-54-g00ecf