Keycloak User Storage Provider for mailcow
Go to file
2024-06-15 13:34:34 +00: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 disable mailcow keycloak logs 2024-06-15 14:28:46 +02: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 version.keycloak to v24.0.5 2024-06-15 13:34:34 +00:00
README.md add ci workflow (closes #2) 2023-12-22 16:31:37 +01:00
renovate.json Add renovate.json 2024-06-15 13:30:46 +00: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