Keycloak CustomUserStorageProvider always returns “invalid_user_credentials” error
I am currently working on integrating Keycloak with a custom user storage provider. I have implemented a CustomUserStorageProvider to authenticate users against my own database via HTTP requests. However, whenever I try to log in, Keycloak always returns an “invalid_user_credentials” error.