Add firefly to test Remote-User authentication
This commit is contained in:
parent
a70450af2a
commit
cba8dea9c7
3 changed files with 16 additions and 4 deletions
|
|
@ -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 }}`}}"; }
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue