Hi there, I have one question on ory identities, W...
# _newcomer
c
Hi there, I have one question on ory identities, We have a legacy auth solution build in house, is it possible to keep using legacy user identity system without migrating over user credentials ? Similar to
use_password_migration_hook
flag which never becomes false.
b
I don't think so. The point of the migration hook is to migrate passwords over. Why would you want this? What's the use case?
c
We want to keep our existing legacy user table intact for sometime and not move over user credentials to external cloud system. basically defer user migration for sometime.