<div dir="ltr">Good day,<div><br></div><div>I&#39;m looking to move our product to Keycloak for authentication/authorization.  Currently some of our apps/services are protected with Java&#39;s form-based authentication.  In particular, certain clients (Java and .Net) are making HTTP POSTs of username/password to a URI such as:</div><div><br></div><div>   http://[SERVER]:8080/my_resource/j_security_check</div><div><br></div><div>They are then including all cookies in the POST response on all subsequent HTTP requests.</div><div><br></div><div>I was wondering if there was way to mimic/redirect/support this behavior in a Keycloak protected service without requiring changes in the various client code accessing it as described above.  If it helps, I&#39;ll be enabling Keycloak&#39;s basic auth support (over SSL) as well.</div><div><br></div><div>Any hints or possible solutions would be greatly appreciated.</div><div><br></div><div>Thanks,</div><div>Guy</div></div>