read(miniflux): Remove last '/' from OIDC discovery URL
This commit is contained in:
parent
bbfbca672e
commit
bfebda4f84
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
POLLING_SCHEDULER = "entry_frequency";
|
POLLING_SCHEDULER = "entry_frequency";
|
||||||
OAUTH2_PROVIDER = "oidc";
|
OAUTH2_PROVIDER = "oidc";
|
||||||
OAUTH2_REDIRCT_URL = "https://read.datarift.nl/oauth2/oidc/callback";
|
OAUTH2_REDIRCT_URL = "https://read.datarift.nl/oauth2/oidc/callback";
|
||||||
OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://id.datarift.nl/realms/datarift/";
|
OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://id.datarift.nl/realms/datarift";
|
||||||
WEBAUTHN = 1;
|
WEBAUTHN = 1;
|
||||||
};
|
};
|
||||||
adminCredentialsFile = config.sops.secrets.miniflux-env.path;
|
adminCredentialsFile = config.sops.secrets.miniflux-env.path;
|
||||||
|
|
Loading…
Reference in a new issue