Hello,
I’ve been trying to use Postman to see if I can authenticate with Keycloak.
I paste the URL in Postman and define username and password in form-data ( also tried x-www-form-urlencoded ) but I keep getting this error in Keycloak.
2024-11-12 13:25:51,210 WARN [org.keycloak.events] (executor-thread-172) type=“LOGIN_ERROR”, realmId=“5d0dd960-0478-4ca6-b64a-810a3f6f4071”, realmName=“myrealm”, clientId=“null”, userId=“null”, ipAddress=“172.17.0.1”, error=“invalid_request”, reason=“Parameter ‘client_id’ not present or present multiple times in the HTTP request parameters”
I’ve checked and there is only one client_id parameter.
Any ideia what might be the issue ?