14:07:56,096 ERROR [org.keycloak.services.error.KeycloakErrorHandler] (default task-22) Uncaught server error: org.keycloak.storage.ReadOnlyException: user is read only for this update
at org.keycloak.storage.adapter.AbstractUserAdapter.removeRequiredAction(AbstractUserAdapter.java:78)
How can I override this last step? I know this is a read-only user, but since I'm managing the external persistence of the updated password, why does keycloak think that I'm making changes to the user locally?
Any ideas or suggestions is highly appreciated.
- Kalyan