You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-06-25 00:47:17 +02:00
update error middleware definition (for traefik) (#2272)
This commit is contained in:
@ -499,7 +499,7 @@ http:
|
|||||||
status:
|
status:
|
||||||
- "401-403"
|
- "401-403"
|
||||||
service: oauth-backend
|
service: oauth-backend
|
||||||
query: "/oauth2/sign_in"
|
query: "/oauth2/sign_in?rd={url}"
|
||||||
```
|
```
|
||||||
|
|
||||||
### ForwardAuth with static upstreams configuration
|
### ForwardAuth with static upstreams configuration
|
||||||
|
@ -499,7 +499,7 @@ http:
|
|||||||
status:
|
status:
|
||||||
- "401-403"
|
- "401-403"
|
||||||
service: oauth-backend
|
service: oauth-backend
|
||||||
query: "/oauth2/sign_in"
|
query: "/oauth2/sign_in?rd={url}"
|
||||||
```
|
```
|
||||||
|
|
||||||
### ForwardAuth with static upstreams configuration
|
### ForwardAuth with static upstreams configuration
|
||||||
|
Reference in New Issue
Block a user