docs: add oidc details for miniflux app (#3096)

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/3101/head
bgh-github 2022-04-02 06:28:48 +00:00 committed by GitHub
parent 4d7f930e74
commit cd2d88f9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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` | `<DOMAIN>/oidc/callback` | |
| Harbor | `1.10` | `<DOMAIN>/-/oauth/callback` | |
| Verdaccio | `5` | `<DOMAIN>/oidc/callback` | |
| Miniflux | `2.0.21` | `<DOMAIN>/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 |