Skip to content

Commit

Permalink
Update version and README for 1.0.8 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
instipod committed Dec 23, 2023
1 parent d67befb commit 8df2d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DuoUniversalKeycloakAuthenticator
Authenticator for [Keycloak](https://github.com/keycloak/keycloak) that uses Duo's [Java Universal Prompt SDK](https://github.com/duosecurity/duo_universal_java) to challenge the user for Duo MFA as part of a Keycloak login flow.

This has been tested against Keycloak 22.0.1 (Quarkus) and Java 17+. It may work against other versions of Keycloak and Java as well but is untested.
This has been tested against Keycloak 23.0.3 (Quarkus) and Java 18+. It may work against other versions of Keycloak and Java as well but is untested.

## How to use
### Install the authenticator extension
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.instipod</groupId>
<artifactId>DuoUniversalKeycloakAuthenticator</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 8df2d3f

Please sign in to comment.