Skip to content

Commit

Permalink
Update to keycloak 24.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
col-panic committed Jun 21, 2024
1 parent a1ff3bd commit 2e01fac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ to be always visible.
Use with Maven (>3) and JDK (>= 17).

```
mvn clean install
mvn clean verify
```

Copy deployments/check-browser-update-authenticator-jar-with-dependencies.jar to /providers/ directory in Keycloak.
Expand All @@ -27,3 +27,7 @@ Add this authenticator to an authentication flow (I.E for the security admin con
# KUDOS

https://github.com/acomdigital/ for the first version!

# VERSION

0.2 - Updated for Keycloak 24.0.5
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

<groupId>info.elexis</groupId>
<artifactId>keycloak-check-browser-authenticator</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<packaging>jar</packaging>

<properties>
<java.version>17</java.version>
<keycloak.version>23.0.7</keycloak.version>
<keycloak.version>24.0.5</keycloak.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down

0 comments on commit 2e01fac

Please sign in to comment.