From 579e40d2b362ba7fe355bfde5361bc661c02dabf Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Fri, 10 Apr 2026 20:59:59 +0200 Subject: [PATCH] Update port oidc freshrss --- authentik/blueprint-freshrss-oidc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/blueprint-freshrss-oidc.yaml b/authentik/blueprint-freshrss-oidc.yaml index 10444e4..86cd1b1 100644 --- a/authentik/blueprint-freshrss-oidc.yaml +++ b/authentik/blueprint-freshrss-oidc.yaml @@ -23,7 +23,7 @@ data: client_secret: !Env [FRESHRSS_OIDC_CLIENT_SECRET, ""] redirect_uris: - matching_mode: strict - url: https://rss.rubenhensen.nl/i/oidc/ + url: https://rss.rubenhensen.nl:443/i/oidc/ signing_key: !Find [authentik_crypto.certificatekeypair, [name, "authentik Self-signed Certificate"]] property_mappings: - !Find [authentik_providers_oauth2.scopemapping, [managed, goauthentik.io/providers/oauth2/scope-openid]]