Fix authelia login redirection

This commit is contained in:
2020-01-27 16:34:59 +01:00
parent 1e275fea5b
commit 683da0dad1
2 changed files with 4 additions and 2 deletions

View File

@@ -27,9 +27,10 @@ http:
auth:
# Go through authelia for authorization
forwardAuth:
address: http://authelia:9091/api/verify?rd=https://auth.{{ env "PRIVATE_DOMAIN" }}/%23/
address: http://authelia:9091/api/verify?rd=https://auth.{{ env "PRIVATE_DOMAIN" }}/
trustForwardHeader: true
authResponseHeaders:
- X-Forwarded-User
insecureSkipVerify: true
tls:
insecureSkipVerify: true