fix(authelia): bypass access control for /auth/logout to allow redirect
This commit is contained in:
parent
917dbb0844
commit
b3d015a26a
1 changed files with 4 additions and 0 deletions
|
|
@ -361,6 +361,10 @@ access_control:
|
||||||
rules:
|
rules:
|
||||||
- domain: "${AUTH_DOMAIN}"
|
- domain: "${AUTH_DOMAIN}"
|
||||||
policy: bypass
|
policy: bypass
|
||||||
|
- domain: "${NEXTWKS_DOMAIN}"
|
||||||
|
resources:
|
||||||
|
- '^/auth/logout$'
|
||||||
|
policy: bypass
|
||||||
- domain: "${NEXTWKS_DOMAIN}"
|
- domain: "${NEXTWKS_DOMAIN}"
|
||||||
policy: one_factor
|
policy: one_factor
|
||||||
- domain: "*.${NEXTWKS_DOMAIN}"
|
- domain: "*.${NEXTWKS_DOMAIN}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue