From 7d7e3b54789f7b6e698112cfa769b30e2753a630 Mon Sep 17 00:00:00 2001 From: Martin Weinelt <mweinelt@users.noreply.github.com> Date: Sun, 3 Dec 2023 06:14:34 +0100 Subject: [PATCH] docs: miniflux added pkce support (#2352) From Miniflux 2.0.48, released in September 2023, it added support for Oauth2 PKCE. https://github.com/miniflux/v2/releases/tag/2.0.48 --- book/src/integrations/oauth2.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/book/src/integrations/oauth2.md b/book/src/integrations/oauth2.md index 2be321935..d804d2f1d 100644 --- a/book/src/integrations/oauth2.md +++ b/book/src/integrations/oauth2.md @@ -303,10 +303,6 @@ OAUTH2_REDIRECT_URL = "https://feeds.example.com/oauth2/kanidm/callback"; OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://idm.example.com/oauth2/openid/<oauth2_rs_name>"; ``` -Currently Miniflux [does not support PKCE](https://github.com/miniflux/v2/issues/1910) and Kanidm -will prevent logins until you [disable PKCE](#extended-options-for-legacy-clients) for the resource -server. - ### Nextcloud Install the module [from the nextcloud market place](https://apps.nextcloud.com/apps/user_oidc) - it