From fb8cc0bb228f840d7eed4cdfd8d68fc3f6fd4c24 Mon Sep 17 00:00:00 2001 From: RobinMicek <39453320+RobinMicek@users.noreply.github.com> Date: Thu, 6 Feb 2025 07:37:14 +0100 Subject: [PATCH] docs: fix freshrss callback url (#212) --- docs/docs/client-examples/freshrss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/client-examples/freshrss.md b/docs/docs/client-examples/freshrss.md index 5a1b8fe..0d617f2 100644 --- a/docs/docs/client-examples/freshrss.md +++ b/docs/docs/client-examples/freshrss.md @@ -13,7 +13,7 @@ The following example variables are used, and should be replaced with your actua 1. In Pocket ID create a new OIDC Client, name it, for example, `FreshRSS`. 2. Set a logo for this OIDC Client if you would like to. -3. Set the callback URL to: `https://freshrss.example.com`. +3. Set the callback URL to: `https://freshrss.example.com/i/oidc/`. 4. Copy the `Client ID`, `Client Secret`, and `OIDC Discovery URL` for use in the next steps. ## FreshRSS Setup