mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-05-13 22:06:40 +02:00
update error middleware definition (for traefik) (#2272)
This commit is contained in:
parent
8d03adfd04
commit
dcf3bd1bcf
docs
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user