Hello
I'm debugging a problem on our development platform. We have an app which is protected by Keycloak. Between the 2 there is an API Gateway: Kong. This gateway redirects to keycloak when the user is not authenticated.
It works fine, but when the user enters invalid login credentials the response http status is 200. I was expecting 401 or something like that.
So to isolate the components, I installed only installed keycloak with docker :
the server redirects to :
I enter wrong login information but the http status response is 200.
Is this the usual behavior of Keycloak? Could i set another http response code?
Thank you
Thomas Colin de Verdière