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

26 lines
945 B
Text
Raw Normal View History

2017-09-01 03:25:47 +00:00
[[_patching_js_adapter]]
2021-06-18 01:03:51 +00:00
==== Patching the JavaScript adapter
2017-09-01 03:25:47 +00:00
There are no patching mechanism available for the JavaScript adapter and this is distributed as a complete new download.
2021-06-18 01:03:51 +00:00
.Procedure
2017-09-01 03:25:47 +00:00
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]]
2021-06-18 01:03:51 +00:00
==== Patching the Node.js adapter
2017-09-01 03:25:47 +00:00
There are no patching mechanism available for the Node.js adapter and this is distributed as a complete new download.
2021-06-18 01:03:51 +00:00
.Procedure
2017-09-01 03:25:47 +00:00
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