For those who are still facing this error and using 17.0+ version of Keycloak, there’s a change in endpoints as per the official documentation. I resolved this issue by just using {realm}/user
and omitting /auth
in between.
For those who are still facing this error and using 17.0+ version of Keycloak, there’s a change in endpoints as per the official documentation. I resolved this issue by just using {realm}/user
and omitting /auth
in between.