4.4. Node.js アダプターのアップグレード
Node.js アダプターの以前のバージョンは 26.0.11 です。Red Hat build of Keycloak のこのリリースでは、このアダプターのサポート対象バージョンは 26.1.1 です。
Web アプリケーションにコピーされた Node.js アダプターをアップグレードするには、以下の手順を実行します。
手順
- 以前のバージョンの Node.js アダプターを削除します。
次の NPM コマンドを使用して、Node.js アダプターの 26.1.1 バージョンをインストールします。
npm config set @redhat:registry https://npm.registry.redhat.com npm install @redhat/keycloak-connect@latest
npm config set @redhat:registry https://npm.registry.redhat.com npm install @redhat/keycloak-connect@latest
Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
アプリケーションの
package.json
で keycloak-connect の依存関係を変更します。