From 050b1209b9e1b5fd8d1353f8294e4db32d3affc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Dost=C3=A1l?= Date: Wed, 28 Feb 2024 12:41:28 +0100 Subject: [PATCH] Fix the miniflux oauth2 example (#2598) --- book/src/integrations/oauth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/integrations/oauth2.md b/book/src/integrations/oauth2.md index afdfd58fc..f1a02c95e 100644 --- a/book/src/integrations/oauth2.md +++ b/book/src/integrations/oauth2.md @@ -369,7 +369,7 @@ match the `OAUTH2_PROVIDER` name. OAUTH2_PROVIDER = "oidc"; OAUTH2_CLIENT_ID = "miniflux"; OAUTH2_CLIENT_SECRET = ""; -OAUTH2_REDIRECT_URL = "https://feeds.example.com/oauth2/kanidm/callback"; +OAUTH2_REDIRECT_URL = "https://feeds.example.com/oauth2/oidc/callback"; OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://idm.example.com/oauth2/openid/"; ```