Disable login checks for healthz endpoints and do not save id_token in session cookie
Avoid login checks when accessing healthz endpoints and do not save id_token
in session cookie to avoid hitting the session cookie size limit.
Signed-off-by: Andre Moreira Magalhaes andre.magalhaes@collabora.com