update error middleware definition (for traefik) (#2272)
This commit is contained in:
parent
8d03adfd04
commit
dcf3bd1bcf
|
|
@ -499,7 +499,7 @@ http:
|
|||
status:
|
||||
- "401-403"
|
||||
service: oauth-backend
|
||||
query: "/oauth2/sign_in"
|
||||
query: "/oauth2/sign_in?rd={url}"
|
||||
```
|
||||
|
||||
### ForwardAuth with static upstreams configuration
|
||||
|
|
|
|||
|
|
@ -499,7 +499,7 @@ http:
|
|||
status:
|
||||
- "401-403"
|
||||
service: oauth-backend
|
||||
query: "/oauth2/sign_in"
|
||||
query: "/oauth2/sign_in?rd={url}"
|
||||
```
|
||||
|
||||
### ForwardAuth with static upstreams configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue