I'm currently using nginx as a router to my microservices. I need to filter out and deny certain requests.
The filter will be for any requests where:
a). The username is "guest"

Is this possible using NGINX? I am using a single sign on Java Spring Security for my microservices.
Thanks!
Toad