keycloak-scim/upgrading/topics/rhsso/patching_adapters.adoc

21 lines
920 B
Text
Raw Normal View History

2017-09-01 03:25:47 +00:00
[[_patching_js_adapter]]
==== Patching the JavaScript Adapter
There are no patching mechanism available for the JavaScript adapter and this is distributed as a complete new download.
To upgrade a JavaScript adapter that has been copied to your web application, complete the following steps:
. Download the new archive.
. Overwrite the keycloak.js file in your application with the keycloak.js file from the downloaded archive.
[[_patching_nodejs_adapter]]
==== Patching the Node.js Adapter
There are no patching mechanism available for the Node.js adapter and this is distributed as a complete new download.
To upgrade a Node.js adapter that has been copied to your web application, complete the following steps:
. Download the new archive.
. Remove the existing Node.js adapter directory
. Unzip the updated file into its place
. Change the dependency for keycloak-connect in the package.json of your application