TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Migrate Users from Keycloak to Zitadel

37 pointsby ffoover 1 year ago

4 comments

ffoover 1 year ago
Since ZITADEL now uses passwap [1] for password hashing, we are now able to allow migrations from Keycloak to ZITADEL.<p>In the past we only supported bcrypt while Keycloak used PBKDF2 ;-)<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;zitadel&#x2F;passwap#algorithms">https:&#x2F;&#x2F;github.com&#x2F;zitadel&#x2F;passwap#algorithms</a>
dabbzover 1 year ago
A couple of comments from skimming through it. If I&#x27;m migrating from Keycloak, I don&#x27;t need to see how to set it up. I&#x27;ve already got a keycloak instance running if I&#x27;m interested in migrating.<p>I would have imagined if you are a Keycloak alternative, migrating would be easier. I would have imagined some kind of built-in integration. Provide a service token from Keycloak into your importer tool and let it run. This feels complicated and error prone.<p>I&#x27;ve already gone through the tedious effort of setting up Keycloak. You&#x27;ll need some amazing value prop to convince me to set up a whole other system.<p>Additionally, I have more than Users configured on my keycloak. I have auth providers that are setup such as Epic Games, Riot Games, and Steam. I didn&#x27;t see a way to migrate those values over.
snapplebobappleover 1 year ago
for those of us that have no idea about this stuff, why would one want to move from keycloak to zitadel?
评论 #37859790 未加载
评论 #37858473 未加载
BartjeDover 1 year ago
I might give this a try.