Add firefly to test Remote-User authentication

This commit is contained in:
JuliusFreudenberger 2026-01-09 22:02:18 +01:00
parent a70450af2a
commit cba8dea9c7
3 changed files with 16 additions and 4 deletions

View file

@ -65,6 +65,17 @@
"groups"
];
};
firefly = {
secret = config.age.secrets."firefly-oidc-auth";
scopes = [
"openid"
"email"
];
useClaimsFromUserInfo = true;
headers = [
{ Name = "FFIII-User"; Value = "{{`{{ .claims.email }}`}}"; }
];
};
};
};