Skip to content

Commit 5ab14db

Browse files
author
Łukasz Włódarczyk
committed
bumped version
1 parent 13919e7 commit 5ab14db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#### Supported Keycloak versions
66
| <img src="https://img.shields.io/badge/compatible_with_Keycloak-16.1.1-orange" alt="compatible with Keycloak - 16.1.1"> | [`keycloak-username-password-attribute-authenticator:0.3.0`](https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/tree/0.3.0) |
77
|-------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
8-
| <img src="https://img.shields.io/badge/compatible_with_Keycloak-24.0.1-blue" alt="compatible with Keycloak - 24.0.1"> | [`keycloak-username-password-attribute-authenticator:1.0.0`](https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/tree/main) |
8+
| <img src="https://img.shields.io/badge/compatible_with_Keycloak-24.0.1-blue" alt="compatible with Keycloak - 24.0.1"> | [`keycloak-username-password-attribute-authenticator:1.0.1`](https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/tree/main) |
99

1010
## Description
1111
Keycloak default login form with additional user attribute validation. Example:
@@ -24,7 +24,7 @@ Build your Keycloak image like below:
2424
```Dockerfile
2525
FROM quay.io/keycloak/keycloak:24.0.1
2626

27-
RUN curl -s -L -o /opt/keycloak/providers/keycloak-username-password-attribute-authenticator-1.0.0.jar https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/releases/download/1.0.0/keycloak-username-password-attribute-authenticator-1.0.0.jar
27+
RUN curl -s -L -o /opt/keycloak/providers/keycloak-username-password-attribute-authenticator-1.0.1.jar https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/releases/download/1.0.1/keycloak-username-password-attribute-authenticator-1.0.1.jar
2828
RUN /opt/keycloak/bin/kc.sh build
2929

3030
ENTRYPOINT ["/opt/keycloak/bin/kc.sh", "start"]

0 commit comments

Comments
 (0)