Skip to content

Commit 3f0be1d

Browse files
authored
Update README.md
1 parent 6638b84 commit 3f0be1d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Diff for: README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,22 @@ The following CAS features are currently implemented:
1212
* Mapping of custom user attributes to CAS assertion attributes
1313

1414
The following features are **currently missing**:
15-
* #2: Proxy ticket service and proxy ticket validation [CAS 2.0]
16-
* #1: SAML request/response [CAS 3.0 - optional]
15+
* [#1](/../../issues/1): SAML request/response [CAS 3.0 - optional]
16+
* [#2](/../../issues/2): Proxy ticket service and proxy ticket validation [CAS 2.0]
1717

1818
The following features are out of scope:
1919
* Long-Term Tickets - Remember-Me [CAS 3.0 - optional]
2020

21-
## Installation
21+
## Compatibility
2222
The CAS plugin has been tested against the following Keycloak versions. Please ensure your version is compatible before deploying.
2323
Please report test results with other versions!
2424

25-
Plugin version | Keycloak 2.5.x | Keycloak 3.0.x | Keycloak 3.1.x | Keycloak 3.2.x | Keycloak 3.3.x | Keycloak 3.4.x
26-
------------ | ------------- | ------------- | ------------- | ------------- | ------------- | -------------
27-
1.x | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x:
28-
2.x | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark:
25+
* For Keycloak **2.5.x, 3.0.x and 3.1.x** please use plugin version **1.0.0**
26+
* For Keycloak **3.2.x, 3.3.x and 3.4.0** please use plugin version **2.1.0**
27+
* Starting from Keycloak **3.4.3**, the plugin version should **match your Keycloak version**
28+
29+
## Installation
30+
Installation of a compatible plugin version is simple and can be done without a Keycloak server restart.
2931

3032
1. Download the latest release compatible with your Keycloak version from the [releases page](https://github.com/Doccrazy/keycloak-protocol-cas/releases)
3133
2. Copy the JAR file into the `standalone/deployments` directory in your Keycloak server's root

0 commit comments

Comments
 (0)