Open
Description
Description
See keycloak/keycloak#13261 - some users are behind proxies that don't support overwriting the X-Forwarded-For value, and instead append to it by default. Without introducing yet another proxy to control the rewrite of the X-Forwarded-For, they cannot configure through Keycloak which value to use - Quarkus only selects the left most value, which could even have been set by the end client in these scenarios.
The users would like a way to select the Nth value from the right rather than only getting the left most value.
Implementation ideas
No response