-
|
Traefik ForwardAuth |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, Maybe you would like to do such a request with the request block and just forward things that your auth service needs and continue with a proxy block to pass/stream the original request to the protected service. |
Beta Was this translation helpful? Give feedback.
Example for my suggestion, with that all requests to
/api/**must pass the auth service with 200 OK: