File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,23 @@ different OpenID providers. Currently only Keycloak is supported. Contributions
1010
1111## Usage
1212
13- You can enable the KumuluzEE Security authentication with Keycloak by adding the following dependency:
13+ You can enable the KumuluzEE Security authentication with Keycloak by adding the following dependencies:
14+
1415``` xml
1516<dependency >
1617 <groupId >com.kumuluz.ee.security</groupId >
1718 <artifactId >kumuluzee-security-keycloak</artifactId >
1819 <version >${kumuluzee-security.version}</version >
1920</dependency >
21+ <dependency >
22+ <groupId >org.keycloak</groupId >
23+ <artifactId >keycloak-jetty94-adapter</artifactId >
24+ <version >${keycloak.version}</version >
25+ </dependency >
2026```
2127
28+ The ` keycloak.version ` property should match the version of keycloak that is used.
29+
2230### Security configuration
2331
2432To protect a REST service using KumuluzEE Security authentication you have to annotate the REST application class with
You can’t perform that action at this time.
0 commit comments