Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Use keycloak as another source #83

Open
nikzen opened this issue Nov 4, 2024 · 0 comments
Open

Draft: Use keycloak as another source #83

nikzen opened this issue Nov 4, 2024 · 0 comments

Comments

@nikzen
Copy link

nikzen commented Nov 4, 2024

Description

It would be great if we can also sync userdata from keycloak. It can follow the same logic as the other sources. You can find the keycloak API description here: https://www.keycloak.org/docs-api/latest/rest-api/index.html#_users

Solution

GET /admin/realms/{realm}/users will list all users. It is possible to filter users based on query parameters. We can therefor build different search queries to implement import or deactivation of users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant