From cd2d88f9f39cab3c318293172ef7ae43cd186b2b Mon Sep 17 00:00:00 2001 From: bgh-github <99472455+bgh-github@users.noreply.github.com> Date: Sat, 2 Apr 2022 06:28:48 +0000 Subject: [PATCH] docs: add oidc details for miniflux app (#3096) Co-authored-by: James Elliott --- docs/community/oidc-integrations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community/oidc-integrations.md b/docs/community/oidc-integrations.md index 42f369313..900e6c532 100644 --- a/docs/community/oidc-integrations.md +++ b/docs/community/oidc-integrations.md @@ -26,6 +26,7 @@ has_toc: false | Bookstack | `21.10` | | | Harbor | `1.10` | It works on >v2.1 also, but not sure if there is OIDC support on v2.0| | Verdaccio | `5` | Depends on this fork of verdaccio-github-oauth-ui: [Link](https://github.com/OnekO/verdaccio-github-oauth-ui) | +| Miniflux | `2.0.21` | | ## Known Callback URLs @@ -45,3 +46,4 @@ If you do not find the application in the list below, you will need to search fo | Bookstack | `21.10` | `/oidc/callback` | | | Harbor | `1.10` | `/-/oauth/callback` | | | Verdaccio | `5` | `/oidc/callback` | | +| Miniflux | `2.0.21` | `/oauth2/oidc/callback` | Set via Miniflux `OAUTH2_REDIRECT_URL` [configuration parameter](https://miniflux.app/docs/configuration.html#oauth2-redirect-url). Example value follows this format |