EC-CUBE 4.3系管理画面向けの EcAuth B2Bパスキー認証プラグインです。
- 管理画面へのパスキー(WebAuthn/FIDO2)ログイン
- パスキー管理画面(登録・一覧・削除)
- EcAuth Identity Provider との連携
- EC-CUBE 4.3系
- PHP 8.3以上
- HTTPS環境(WebAuthn必須)
- オーナーズストアからプラグインをダウンロード
- 管理画面 > オーナーズストア > プラグイン > プラグイン一覧 からインストール
- プラグインを有効化
bin/console eccube:composer:require ecauth/ec-cube4-ecauth
bin/console eccube:plugin:enable --code=EcAuthLogin43- 管理画面 > 設定 > EcAuth 設定 を開く
- EcAuth Base URL、Client ID、Client Secret を入力して保存
# Docker環境起動
docker compose up -d --build
# 管理画面: https://localhost:4430/admin
# デフォルトID: admin / passwordLGPL-2.1-or-later