oauth2_proxy: add a cookie specific to *.rz.ens.wtf
This commit is contained in:
parent
6f5fdb0317
commit
9d3381cafb
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,10 @@ in
|
|||
keyFile = config.age.secrets.oauth2ProxyKeyFile.path;
|
||||
provider = "keycloak";
|
||||
email.domains = [ "*" ];
|
||||
cookie = {
|
||||
name = "_oauth2_proxy_ensrz";
|
||||
domain = ".rz.ens.wtf";
|
||||
};
|
||||
setXauthrequest = true;
|
||||
scope = "profile";
|
||||
loginURL = "https://auth.${my.subZone}/auth/realms/${realm}/protocol/openid-connect/auth";
|
||||
|
|
Loading…
Reference in a new issue