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]]