Expose keycloak with /path suffix

Hello,

I was previously using keycloak v12, where I exposed all my endpoints with the address : https://<DOMAIN_NAME>/auth
After upgrading to keycloak v19, I found that it now serves all routes without the /auth trail at the end, so just https://<DOMAIN_NAME>/.

I’ve tried setting “hostname-path=/auth” in my keycloak.conf file but so far it has not worked out. I can see that it did some things, as some css files are now looked for at the /auth/***.css urls, but the admin, authorize and token routes are still located under /.

I believe I’m doing something wrong with the configuration, has anyone had a similar issue ?