Does keycloak support mongodb as a database?
Asked Answered
R

2

11

We can use PostgreSQL or MySQL as DB for keycloak but I want to use mongo DB as database for keycloak. is there any way to implement this ?

Rath answered 8/6, 2020 at 10:26 Comment(0)
T
9

Although MongoDB was once supported in Keycloak, it has since been removed. Per the offical Keycloak documentation, a relational database is required for the persistent datastore:

https://www.keycloak.org/docs/latest/server_installation/index.html#_database

Triceratops answered 8/6, 2020 at 18:33 Comment(0)
H
6

MongoDB support was removed, more info here:

https://lists.jboss.org/pipermail/keycloak-user/2017-February/009417.html

Heinous answered 3/11, 2020 at 16:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.