Skip to content

Commit b0c01c8

Browse files
committed
Updated README
1 parent c9efe50 commit b0c01c8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2432
To protect a REST service using KumuluzEE Security authentication you have to annotate the REST application class with

0 commit comments

Comments
 (0)