amazon web services - Setting up auth gateway using AWS ELB and SpringBoot -
working on jwt based authentication microservice using springboot. checks incoming request valid jwt token. want use auth gateway rest of services in system.
how can change elb configuration in way redirects requests auth gateway?
elb need provide original url after validation auth service can redirect request intended rest endpoint.
elb doesn't support functionality. instead, have elb direct traffic gateway, gateway can check jwt , if valid can allow request proceed backend services. if invalid, handle behavior (e.g. redirect login page).
Comments
Post a Comment