Keycloak User Storage Provider for mailcow
Go to file
Denys Konovalov 28c2ce8ea0
Some checks failed
deploy / deploy (push) Failing after 10s
fix ci
2023-12-22 16:34:08 +01:00
.gitea/workflows fix ci 2023-12-22 16:34:08 +01:00
.vscode Initial implementation (close #1) 2023-12-22 00:33:49 +01:00
src/main Initial implementation (close #1) 2023-12-22 00:33:49 +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 add ci workflow (closes #2) 2023-12-22 16:31:37 +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