From 078fbab6dc4e08b9489a5195709c074ae4c52a0a Mon Sep 17 00:00:00 2001 From: Josh Lavely Date: Mon, 4 Apr 2022 09:38:02 -0400 Subject: [PATCH] Updated README with Keycloak 17 updates This update shows how to install this plugin/ provider using Keycloak >= 17.0.0 --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71a0b0c..db4a8bd 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,24 @@ links in keycloak and your users will not get created twice in your keycloak dat ## Installation -Tested on Keycloak 15.0.2. +Tested on Keycloak 15.0.2 and Keycloak 17.x.x. -### Install Plugin/Extension +### Install Plugin on *Keycloak>=17.0.0* + +After Packaging the project, deploy the `keycloak-custom-attribute-idp-linking-2.0.1.jar` to `/opt/keycloak/providers` and rebuild keycloak to bring this provider in. + +>> +**Auto rebuild while starting:** +```shell +/opt/keycloak/bin/kc.sh start --auto-build +``` + +**Build only** +```shell +/opt/keycloak/bin/kc.sh build +``` +> +### Install Plugin/Extension on *Keycloak<=15.0.2* Copy or mount plugin in your keycloak installation depending on your environment (k8s, compose, gke). For example in `/opt/jboss/keycloak/standalone/deployments/` (see file docker-compose.yml). You should see something like