1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AAAのサービス構築

Posted at

はじめに

AAAとは
・Authentication: 認証(信頼できるかどうか。本人であるかを確かめる。)
・Authorization: 認可(サービス利用の権限を持っているか。ユーザごとに制限する。)
・Accounting: 課金(ユーザ情報を収集する。ログに記録する。)

セキュリティ上に考慮するものが多く、特にアカウントの安全管理は大事です。

モダンなシステムでは単一のログイン方式はあまりないと思います。ソーシャルIDでログインできるのは多いです。
AAAを考慮したサービス独自で対応するのは面倒なので、いくつかのサービスを使って構築でよいかと思います。

Google Firebaseサービスを利用

image.png

主流SNSなどは対応しており、便利ですね。
ただし、日本のLineなどを使いたい場合は別途対応する必要があります。

ほかのサービスと簡単に連携できる

image.png

Slack、Jiraなど

Amazon Cognito

image.png

Firebaseと同じく主流のプロバイダーが対応しております。
SAML、OpenIDも対応していますので、もっと利用できるサービスは多いですね。

認証サーバ自ら作成

SSOの実装に、OpenAMなどは有名ですが、比較的に新しいKeyCloakはよいですね
KeyCloak: https://www.keycloak.org/
KeyCloakとは

Open Source Identity and Access ManagementFor Modern Applications and Services
image.png

できるものは多いです。

プロバイダーも幅広いです。
image.png

ニーズに応じて適切なサービスを選択する必要があります。

以上

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?