Is there a way to fetch an identity’s password has...
# ory-network
f
Is there a way to fetch an identity’s password hash? It seems the
include_credential
param only supports
oidc
.
h
currently not due to security reasons. is there a reason why you need it?
f
In the long-term we don’t need it. But while we transition our app over to use Ory, there will be a short period of time where we had planned to use a mix of our existing flows and Ory flows, and it would be helpful during this period to be able to have the hash value.
h
I see, that’s an interesting use case. Basically you want the user to be able to sign in using both systems?
but the same data
f
Yes. Technically only one system at a time, but with the use of feature flags, we’d have the ability to switch back to the old system in case things don’t go as expected.
I think I found a workaround where we don’t need the hash from Ory. I had to modify the original plan slightly.
h
nice 🙂