ivangfr / keycloak-clustered

Keycloak-Clustered extends quay.io/keycloak/keycloak official Keycloak Docker image by adding JDBC_PING discovery protocol.
172 stars 57 forks source link

Export keycloak users from keycloak cluster configuration #31

Closed vladano closed 2 weeks ago

vladano commented 2 weeks ago

Hello, Admin UI has option to export realm and group but export users when using keycloak cluster configuration is different story.

Is it possible to export keycloak users from keycloak cluster configuration and how to do that?

ivangfr commented 2 weeks ago

Hi @vladano

Have you tried using the Admin REST API?

The official documentation

I also wrote this article: Exploring Keycloak Admin REST API

I hope it helps.

vladano commented 2 weeks ago

It is interesting that until now the option for exporting and importing users has not been added to the keycloak Admin UI.

This tip definitely helped in which direction to explore further. Thank you very much.