Skip to content

Commit

Permalink
Updated README with Keycloak 17 updates
Browse files Browse the repository at this point in the history
This update shows how to install this plugin/ provider using Keycloak >= 17.0.0
  • Loading branch information
Azayzel authored Apr 4, 2022
1 parent 39d363f commit 078fbab
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 078fbab

Please sign in to comment.