Keycloak User Storage Provider for mailcow
Go to file
Denys Konovalov 8050a9007a
All checks were successful
deploy / deploy (push) Successful in 22s
update to keycloak 24.0.2
2024-03-27 22:42:34 +01:00
.gitea/workflows .gitea/workflows/prod.yml aktualisiert 2023-12-22 20:27:59 +01:00
.vscode add verified email 2023-12-22 18:31:12 +01:00
src/main support Keycloak 24.0.1 2024-03-23 22:20:56 +01:00
.gitignore Initial commit 2023-12-21 17:45:26 +01:00
LICENSE Initial implementation (close #1) 2023-12-22 00:33:49 +01:00
pom.xml update to keycloak 24.0.2 2024-03-27 22:42:34 +01:00
README.md add ci workflow (closes #2) 2023-12-22 16:31:37 +01:00

keycloak-mailcow

Keycloak User Storage SPI for mailcow

Connects to a mailcow MariaDB database and uses the username and password columns of the mailbox table for authentication.

Currently, only BCrypt-hashed passwords are supported.

References