fix oidc
This commit is contained in:
@@ -23,7 +23,7 @@ in {
|
|||||||
CRON_MIN = "5,35";
|
CRON_MIN = "5,35";
|
||||||
TRUSTED_PROXY = "10.0.0.0/8 192.168.0.1/16";
|
TRUSTED_PROXY = "10.0.0.0/8 192.168.0.1/16";
|
||||||
LISTEN = "80";
|
LISTEN = "80";
|
||||||
|
OIDC_ENABLED = "1";
|
||||||
OIDC_PROVIDER_METADATA_URL = "https://${serverCfg.containers.authentik.subdomain}.${serverCfg.domain}/application/o/freshrss/.well-known/openid-configuration";
|
OIDC_PROVIDER_METADATA_URL = "https://${serverCfg.containers.authentik.subdomain}.${serverCfg.domain}/application/o/freshrss/.well-known/openid-configuration";
|
||||||
OIDC_REMOTE_USER_CLAIM = "preferred_username";
|
OIDC_REMOTE_USER_CLAIM = "preferred_username";
|
||||||
OIDC_CLIENT_ID = "freshrss";
|
OIDC_CLIENT_ID = "freshrss";
|
||||||
|
|||||||
Reference in New Issue
Block a user