Keycloak User Storage Provider for mailcow
Go to file
Renovate Bot (Automatisiert) eae69c497c
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 13s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 12s
Update version.keycloak to v25.0.5
2024-09-11 00:02:27 +00:00
.gitea/workflows Reformat workflow file 2024-07-07 11:36:03 +02: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 v25.0.5 2024-09-11 00:02:27 +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