authelia.nginx: add auth proxy headers to shared info
This commit is contained in:
parent
9fd8d7b900
commit
5c65f7f922
4 changed files with 29 additions and 13 deletions
|
@ -20,7 +20,7 @@ in {
|
|||
|
||||
# use auth proxy
|
||||
# TODO: This should be configureable
|
||||
AUTH_PROXY_HEADER = "Remote-User";
|
||||
AUTH_PROXY_HEADER = config.mine.shared.lib.authelia.protectedHeaders.username;
|
||||
AUTH_PROXY_USER_CREATION = "true";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue