5.7. Node.js の移行
Red Hat Single Sign-On 7.6 アダプターで保護されたアプリケーションを移行するには、Red Hat build of Keycloak 26.4 にアップグレードして、アダプターの 26.1.1 バージョンを使用します。
手順
- 以前のバージョンの 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@latestCopy to Clipboard Copied! Toggle word wrap Toggle overflow -
アプリケーションの
package.jsonで keycloak-connect の依存関係を変更します。