Dear Keycloak Experts,
I am experiencing an issue with my Keycloak instance while creating users via the REST API.
- API Used:
POST ..admin/realms/{{realmname}}/users
- Response: HTTP
201 Created
However, after successfully creating a user, I noticed that the Email, First Name, and Last Name fields are missing in the user profile when viewed in the Keycloak admin console.
Observations:
- This issue started occurring only after enabling Forgot Password Flow and Remember Me in the realm settings.
- If I disable and re-enable “Remember Me”, the next user added via the API includes all the expected details.
- After some time, the issue reoccurs, and the user details are missing again.
Question:
Has this issue been identified in Keycloak v25.0.5? Is there any known workaround or fix for this behavior?