Spring cloud gateway redirects to keycloak even though authentication is not required for route – Nginx
I have a spring cloud gateway which is protected using keycloak. Behind the gateway are a few microservices and an angular frontend which is served by an NGINX container. The gateway acts as a keycloak client. The security configuration of…