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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traefik ForwardAuth
ForwardAuth can use the status code from an external service response to perform a simple token validation, and it can also forward the response headers from the external service.
Beta Was this translation helpful? Give feedback.
All reactions