can avoid hardcoding secret now
This commit is contained in:
parent
9a5a10a824
commit
e2292de44d
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ in
|
|||
{
|
||||
id = cfg.oidcClientID;
|
||||
description = "Jellyfin";
|
||||
secret = "jbmVCAZluESWbOvbKQtHhjwcuaNjlMVaidMbJGKaHXHPOmwilCWYBFAQtrnohJzIhbuhWTBwhbDKLmdtyrLXeankWgXNspWCmJxzayHiHRvOPDbcsnquYReI";
|
||||
secretFile = config.sops.secrets."jellyfin/sso_secret".path;
|
||||
public = "false";
|
||||
authorization_policy = "one_factor";
|
||||
redirect_uris = [ "https://${cfg.subdomain}.${cfg.domain}/sso/OID/r/${cfg.oidcProvider}" ];
|
||||
|
|
Loading…
Reference in a new issue