Auth0
https://gyazo.com/79f34729c7fa1571d0f86ed0e87543de
IDaaS
website
#wip
https://speakerdeck.com/corocn/next-geneartion-identity-auth0
認証プラットフォーム
https://logmi.jp/tech/articles/324349
pricing
https://auth0.com/pricing
active user が7000人以下なら無料
Auth0の無料プランが拡大。月間2万5000アクティブユーザーまで、独自ドメイン、パスキーによるパスワードレス対応も - Publickey
2024/9/25
無料プランが拡大したらしい
Tenant (auth0)
Application (auth0)
Connection (auth0)
User (auth0)
Organization (auth0)
2種類のAPIがある
table:_
Authentication API (auth0) Management API (auth0)
目的 ユーザーを認証する(ログイン) Auth0テナントの設定・データを管理する
主な利用者 エンドユーザー向けアプリ 管理者・バックエンド・運用ツール
叩く頻度 ユーザーがログインするたび 設定変更やユーザー管理が必要なとき
認証方式 Client ID/Secret、PKCEなど Management API用のアクセストークン
ベースURL https://YOUR_DOMAIN/authorize など https://YOUR_DOMAIN/api/v2/