#author("2026-01-05T13:23:52+09:00","default:pengwei-admin","pengwei-admin") #author("2026-01-05T13:27:31+09:00","default:pengwei-admin","pengwei-admin") *[[keycloak]] [#mced4457] #contents **構築ガイド [#w4dabf2f] https://keycloak-documentation.openstandia.jp/8.0.0/ja_JP/getting_started/index.html **dockerで構築する場合 [#ta344307] https://www.keycloak.org/getting-started/getting-started-docker *** 公式docker image [#s22bfe82] https://quay.io/repository/keycloak/keycloak A. 最小構成(1サービス) - サービス1: Keycloak本体(内蔵DBを使用) B. 標準的な構成(2サービス) - サービス1: Keycloak本体、サービス2: 外部データベース(PostgreSQL, MySQL, MariaDBなど) C. クラスタ/冗長化構成(3サービス〜) - サービス1 & 2: Keycloak本体(複数台でクラスタリング)、 - サービス3: 外部データベース、 - サービス4: ロードバランサー / リバースプロキシ(Nginx, HAProxyなど) **メールによるコード認証の拡張OSS [#s8e682c0] https://github.com/skydrinker-tox/keycloak-email-otp-authenticator