Keycloak User Storage Provider for mailcow
Go to file
Renovate Bot (Automatisiert) 4d93162c0c
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 16s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 12s
Update dependency org.slf4j:slf4j-api to v2.0.16
2024-08-10 22:02:20 +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 dependency org.slf4j:slf4j-api to v2.0.16 2024-08-10 22:02:20 +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