Skip to content

Commit fd33073

Browse files
committed
docs: update install instructions
1 parent 82ba2d0 commit fd33073

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ data of the realm changes.
99

1010
## Installation
1111

12-
To install the extension you may copy the `target/cache-buster-extension.jar` and place it in the `standalone/deployments` folder of your keycloak server.
12+
To install the extension download the latest release from the [releases page](https://github.com/HAWK-Digital-Environments/hawk-keycloak-auth-server/releases).
1313

14-
### Configure access
14+
### Configure
1515

1616
After the installation of the extension you need to restart the keycloak server.
1717
With the restart the extension will create a bunch of new roles you need to assign to your clients.
@@ -23,6 +23,8 @@ This will give your client read-only access to the new endpoints.
2323
If you want to do management operations (like updating the profile structure or managing resource permissions),
2424
you need to assign the corresponding roles to your client: `hawk-manage-profile-structure`, `hawk-manage-profile-data`, `hawk-manage-resource-permissions`.
2525

26+
As a last step, open your "Realm settings" you want to use the client with go to "Events" and add the "hawk-cache-buster" event listener.
27+
2628
## What's in the box?
2729

2830
### New routes

0 commit comments

Comments
 (0)