Hello,
I have a client application, that will be using Keycloak for authentication and authorization.
There are 2 instances of this application running on (lets say) service1 and service2.
These 2 service instance are behind the load balancer. The load balancer has sticky sessions on.
Now a user browses to the loadbalancer url, which in turn serves the service instances, service1 or service2.
Now when the service instance pages are using keycloak.js to verify the login, I dont get the loadbalancer URL as the redirect url value, rather the redirect url is of the actual service instance URL on which the service is hosted.