Skip to content

Commit

Permalink
Keycloak X - version 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeorgilakis committed May 10, 2022
1 parent e1e449e commit ae2d1d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Although ORCID can be configured as an OpenID Connect Identity Provider, the cur

## Compatibility

Compatible with Keycloak version 15.0.2.
Compatible with Keycloak version 18.0.0 .

## Installation

The plugin installation is simple and can be done without a Keycloak server restart.

* Download the latest release from the [releases page](https://github.com/eosc-kc/keycloak-orcid/releases)
* Copy the JAR file into the `standalone/deployments` directory in your Keycloak server's root
* For Keycloak X, copy the jar in the directory 'providers' of your Keycloak server's root. For old Keycloak in wildfly, copy the JAR file into the `standalone/deployments` directory of your Keycloak server's root.
* Restart Keycloak (optional, hot deployment should work)

Build with command : mvn clean install
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

<groupId>org.keycloak</groupId>
<artifactId>keycloak-orcid</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>

<name>${project.artifactId}</name>
<description>ORCID as Social Provider in Keycloak</description>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<keycloak.version>15.0.2</keycloak.version>
<maven.compiler.source>1.11</maven.compiler.source>
<maven.compiler.target>1.11</maven.compiler.target>
<keycloak.version>18.0.0</keycloak.version>
</properties>

<dependencies>
Expand Down

0 comments on commit ae2d1d8

Please sign in to comment.