Skip to content

Commit

Permalink
Build against Keycloak 26.0.6 (up from 25.0.6), make version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Dec 9, 2024
1 parent 4d0da86 commit c9e8bf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- [Configuration](#configuration)
- [Mappers](#mappers)
- [Theme](#theme)
- [How to contribute](#how-to-contribute)
- [Issue management](#issue-management)

This [Keycloak](https://www.keycloak.org) plugin makes possible to add [ORCID](https://orcid.org/) as Social Identity Provider.
[ORCID](https://orcid.org/) is one of the most popular authentication options for research & education scenarios, including access to the European Open Science Cloud (EOSC).
Expand All @@ -25,7 +25,8 @@ Although ORCID can be configured as an OpenID Connect Identity Provider, the cur

Version `1.1.0` is compatible with Keycloak version `18`.
Version `1.3.0` is compatible with Keycloak version `22`-`24`.
Version `1.4.0` is compatible with Keycloak version `25`-`26`.
Version `1.4.0` is compatible with Keycloak version `25` and possibly later versions.
Version `1.4.1` is compatible with Keycloak version `26` (probably also `25` and possibly later versions).

## Installation

Expand Down
4 changes: 2 additions & 2 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.4.0</version>
<version>1.4.1</version>

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

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<keycloak.version>25.0.6</keycloak.version>
<keycloak.version>26.0.6</keycloak.version>
</properties>

<dependencies>
Expand Down

0 comments on commit c9e8bf6

Please sign in to comment.