Skip to content

Commit 0fd16c5

Browse files
authored
fix(authelia): add authn_strategies for Beszel forward-auth compatibility (#76)
Fixes recurring authentication prompts when using Authelia v4.39.15+ with Beszel by adding CookieSession authentication strategy to the forward-auth endpoint configuration. References: - https://beszel.dev/guide/common-issues#authelia-forward-auth-not-working - henrygd/beszel#1482
1 parent 460c938 commit 0fd16c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/authelia/config/configuration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ server:
105105
authz:
106106
forward-auth:
107107
implementation: 'ForwardAuth'
108+
authn_strategies:
109+
- name: 'CookieSession'
108110
# authn_strategies: []
109111
# ext-authz:
110112
# implementation: 'ExtAuthz'

0 commit comments

Comments
 (0)