You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ data of the realm changes.
9
9
10
10
## Installation
11
11
12
-
To install the extension you may copy the `target/cache-buster-extension.jar` and place it in the `standalone/deployments` folder of your keycloakserver.
12
+
To install the extension download the latest release from the [releases page](https://github.com/HAWK-Digital-Environments/hawk-keycloak-auth-server/releases).
13
13
14
-
### Configure access
14
+
### Configure
15
15
16
16
After the installation of the extension you need to restart the keycloak server.
17
17
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.
23
23
If you want to do management operations (like updating the profile structure or managing resource permissions),
24
24
you need to assign the corresponding roles to your client: `hawk-manage-profile-structure`, `hawk-manage-profile-data`, `hawk-manage-resource-permissions`.
25
25
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.
0 commit comments