You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I saw your code pertaining to credential migration from django to keycloak.
I have a use-case where I want Django Users and Keycloak Users to be synced both ways
So now I am designing an Interface which queries Keycloak DB directly for the credentials and inserts into Django Auth User Model. I referred to your code in services/users.py
Hi, I saw your code pertaining to credential migration from django to keycloak.
I have a use-case where I want Django Users and Keycloak Users to be synced
both ways
So now I am designing an Interface which queries Keycloak DB directly for the credentials and inserts into Django Auth User Model. I referred to your code in
services/users.py
I tried to backtrack for syncing user credentials from keycloak to django, my credential looks something like this
I have tried using the original salt, I also tried to encode the salt and then insert it, but in both cases I get wrong password from django
The password field in my Django DB looks something like this
What am I doing wrong here? Does Keycloak Use some other logic to encode its salt? If yes, then how should I tackle it?
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: